ci: Fix the debug messages.
This commit is contained in:
parent
4ef08f7339
commit
d755d9add3
|
@ -91,7 +91,7 @@ COMMIT_MSG="Update docs for $AWESOME_VERSION via Github Actions
|
|||
Last commit message:
|
||||
$LAST_COMMIT_MSG
|
||||
|
||||
Commits: https://github.com/awesomeWM/awesome/compare/${GITHUB_BASE_REF}..${GITHUB_REF}
|
||||
Commits: $GITHUB_COMPARE
|
||||
Build URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
|
||||
|
||||
git commit -m "[relevant] $COMMIT_MSG"
|
||||
|
|
|
@ -151,6 +151,7 @@ jobs:
|
|||
env:
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
APIDOC_TOKEN: ${{ secrets.AWESOME_ROBOT_TOKEN || github.token }}
|
||||
GITHUB_COMPARE: ${{ github.event.compare }}
|
||||
run: .github/scripts/apidoc.sh
|
||||
|
||||
# vim: filetype=yaml:expandtab:shiftwidth=2:tabstop=2
|
||||
|
|
Loading…
Reference in New Issue