Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from primer/lukasoppermann-patch-1
Browse files Browse the repository at this point in the history
Update deploy_production.yml
  • Loading branch information
lukasoppermann authored Apr 12, 2024
2 parents 3f2675e + 80cfb4f commit 2090b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
deploy:
if: ${{ github.repository == 'primer/prism' }}
name: Deploy
uses: primer/.github/.github/workflows/deploy_preview.yml@main
uses: primer/.github/.github/workflows/deploy_preview.yml@v1.0.0
with:
node_version: 16
install: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
deploy:
name: Deploy
uses: primer/.github/.github/workflows/deploy.yml@main
uses: primer/.github/.github/workflows/deploy.yml@v1.0.0
with:
node_version: 16
install: yarn
Expand Down

0 comments on commit 2090b52

Please sign in to comment.