Skip to content

Commit

Permalink
set upgrade to TRUE (#18)
Browse files Browse the repository at this point in the history
In order to test the dev channel we have to force upgrade. Otherwise pak
would stay with the pre-installed pkg version (assuming both met
requirements in the DESCRIPTION file).

---------

Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Nov 11, 2024
1 parent 9d1a768 commit 31c0a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ runs:
with:
working-directory: ${{ steps.normalizer.outputs.repository-path }}
extra-packages: ${{ inputs.extra-packages }}
upgrade: 'TRUE'
needs: |
${{ inputs.needs }}
DepsBranch
Expand Down

0 comments on commit 31c0a2a

Please sign in to comment.