Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
changed set-output to use Github_output as env var
  • Loading branch information
anisghaoui authored Nov 24, 2024
1 parent 1129344 commit 0ecde4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: |
mods=$(cat mod_list.txt | jq -R -s -c 'split("\n") | map(select(. != ""))')
echo "Parsed mods: $mods"
echo "::set-output name=mods::$mods"
echo "{mods}={$mods}" >> $GITHUB_OUTPUT
# echo "::set-output name=mods::$mods"


test-mods:
needs: read-mod-list
Expand Down

0 comments on commit 0ecde4c

Please sign in to comment.