Skip to content

Commit f08fb0a

Browse files
committed
fix the commit message
1 parent 970e381 commit f08fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/commit_results/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ runs:
114114
git add ${{ inputs.dir }}/all.csv ${{ inputs.dir }}/latest.csv ${{ inputs.dir }}/readme.md ${{ inputs.dir }}/trends.md
115115
git config user.name "github-actions[bot]"
116116
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
117-
git commit -m "Add test results testing commit \`${COMMIT_SHA}\` at ${DATE}" || echo "No changes to commit"
117+
git commit -m "Add test results testing commit \`${{ steps.merge_results.outputs.commit_sha }}\` at ${{ steps.merge_results.outputs.date }}" || echo "No changes to commit"
118118
git push origin ${{ inputs.branch }}

0 commit comments

Comments
 (0)