We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c497083 commit 733ddfbCopy full SHA for 733ddfb
.github/workflows/deploy_production.yml
@@ -39,7 +39,7 @@ jobs:
39
if: ${{ github.repository == 'primer/css' }}
40
name: Production
41
needs: [guard]
42
- uses: primer/.github/.github/workflows/deploy.yml@v1
+ uses: primer/.github/.github/workflows/deploy.yml@v1.0.0
43
secrets:
44
gh_token: ${{ secrets.GITHUB_TOKEN }}
45
with:
0 commit comments