Skip to content

Commit

Permalink
Try to use PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov committed Oct 5, 2023
1 parent 029ea13 commit f56ca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-docker-image-tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
# then
# Workflow was triggered by a "push" event.
PR_NUMBER=$( \
(echo '${{ github.event.head_commit.message }}' \
(echo "${{ github.event.pull_request.title }}" \
| grep -o "\(#[0-9]\+\)" || true) \
| sed "s/[#()]//g" \
)
Expand Down

0 comments on commit f56ca45

Please sign in to comment.