Skip to content

Commit

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


test-mods:
Expand Down

0 comments on commit 410202e

Please sign in to comment.