Skip to content

Commit

Permalink
Propagate GH action debug flag
Browse files Browse the repository at this point in the history
Output debug messages if GH action is run in debug mode
  • Loading branch information
cbbayburt committed Nov 26, 2024
1 parent f65ce64 commit be5afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install python-bugzilla~=3.2.0
CHANGED_FILES=$(gh api --paginate repos/$GIT_REPO/pulls/$PR_NUM/files | jq -r '.[].filename')
python .github/workflows/changelogs/changelogs.py -v \
python .github/workflows/changelogs/changelogs.py ${RUNNER_DEBUG:+-v} \
--tracker-file $TRACKER_FILE --git-repo $GIT_REPO --uyuni-dir .head --pr-number $PR_NUM $CHANGED_FILES
# Warns the user if they merged the PR, but the changelog test failed
Expand Down

0 comments on commit be5afb6

Please sign in to comment.