We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb4b29 commit 137edeaCopy full SHA for 137edea
.github/workflows/main_workflow.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
43
echo "COMMIT_MSG<<$EOF" >> $GITHUB_OUTPUT
44
- if [ "${{ github.event_name }}" == "pull_request" ]; then
+ if [ "${{ github.event_name }}" == "pull_request_target" ]; then
45
echo "COMMIT_MSG=$(git log -1 --pretty=%B ${{ github.event.pull_request.head.sha }})" # use for debugging
46
echo "$(git log -1 --pretty=%B ${{ github.event.pull_request.head.sha }})" >> $GITHUB_OUTPUT
47
echo "$EOF" >> $GITHUB_OUTPUT
0 commit comments