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:
parent
f7a8b7d090
commit
f018ea50a4
2
.github/workflows/deploy_preview.yml
vendored
2
.github/workflows/deploy_preview.yml
vendored
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user