Skip to content

Commit

Permalink
Merge pull request #1293 from kiwix/remove-workflow-set-output
Browse files Browse the repository at this point in the history
Remove deprecated 'set-output' from workflows
  • Loading branch information
kelson42 authored Dec 19, 2024
2 parents eead4a2 + 39ca826 commit 0629cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run: |
if [[ $REF == refs/tags* ]]
then
echo "::set-output name=ppa::kiwixteam/release"
echo "ppa=kiwixteam/release" >> $GITHUB_OUTPUT
else
echo "::set-output name=ppa::kiwixteam/dev"
echo "ppa=kiwixteam/dev" >> $GITHUB_OUTPUT
fi
env:
REF: ${{ github.ref }}
Expand Down

0 comments on commit 0629cc4

Please sign in to comment.