Skip to content

Commit

Permalink
fix(pdk): add no-check to prerelease commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 11, 2024
1 parent 5093f36 commit e7f8ab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pdk-prerelease-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ runs:
- uses: myparcelnl/actions/pdk-upgrade@v4
with:
no-check: true
no-commit: true
image: ${{ inputs.image }}

Expand Down
3 changes: 2 additions & 1 deletion pdk-prerelease-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ runs:
- uses: myparcelnl/actions/pdk-upgrade@v4
with:
image: ${{ inputs.image }}
no-check: true
no-commit: true
image: ${{ inputs.image }}

- uses: myparcelnl/actions/pdk-cache@v4
with:
Expand Down

0 comments on commit e7f8ab2

Please sign in to comment.