Skip to content

Commit

Permalink
Adjust how we fetch PR title.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchnei committed Apr 25, 2024
1 parent cc4ffaa commit 16ba464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
PR_TITLE=$(jq --raw-output .pull_request.title "$GITHUB_EVENT_PATH")
PR_TITLE="${{ github.event.pull_request.title }}"
VERSION_PATTERN="^Bump version: [0-9]+\.[0-9]+\.[0-9]+ → [0-9]+\.[0-9]+\.[0-9]+$"
echo "PR_TITLE: $$PR_TITLE"
echo "GITHUB_EVENT_PATH: $GITHUB_EVENT_PATH"
Expand Down

0 comments on commit 16ba464

Please sign in to comment.