We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabdf02 commit 1928887Copy full SHA for 1928887
1 file changed
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
destination-github-username: scorchedrice
26
destination-repository-name: mycode
27
user-email: ${{ secrets.EMAIL }}
28
- commit-message: ${{ github.event.commits[0].message }}
+ commit-message: ${{ github.event.head_commit.message || 'auto deploy' }}
29
target-branch: main
30
- name: Test get variable exported by push-to-another-repository
31
run: echo $DESTINATION_CLONED_DIRECTORY
0 commit comments