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 f0534ae commit cd23e40Copy full SHA for cd23e40
.github/workflows/commit_artifacts.yml
@@ -146,7 +146,10 @@ jobs:
146
- name: Commit changes to branch
147
uses: stefanzweifel/git-auto-commit-action@v4
148
with:
149
- commit_message: Build for ${{ github.sha }}
+ commit_message: |
150
+ ${{ github.event.head_commit.message }}
151
+
152
+ DiffTrain build for `${{ github.sha }}`
153
branch: builds/facebook-www
154
commit_user_name: ${{ github.actor }}
155
commit_user_email: ${{ github.actor }}@users.noreply.github.com
0 commit comments