Skip to content

Commit

Permalink
Merge branch 'master' into mordamax-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Sep 10, 2024
2 parents 19476b7 + 34f52ce commit 54f1fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
CMD: ${{ steps.get-pr-comment.outputs.group2 }} # to avoid "" around the command
run: |
echo 'help<<EOF' >> $GITHUB_OUTPUT
python3 -m pip install -r .github/scripts/generate-prdoc.requirements.txt
python3 .github/scripts/cmd/cmd.py $CMD >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 54f1fb4

Please sign in to comment.