1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

Use the sha

This commit is contained in:
Jon Rohan 2021-04-06 09:19:25 -07:00
parent f7a8b7d090
commit f018ea50a4
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -23,7 +23,7 @@ jobs:
const deployments = await github.repos.createDeployment({
owner: context.repo.owner,
repo: context.repo.repo,
ref: context.ref,
ref: context.sha,
transient_environment: true,
environment: 'preview-docs',
description: 'Deploying preview docs site.'