We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7df591d + 57eda4e commit 7332a3bCopy full SHA for 7332a3b
1 file changed
action.yml
@@ -109,8 +109,8 @@ runs:
109
env:
110
RUN_ID: ${{ github.run_id }};
111
CHANGED_FILES: ${{ steps.number_of_changed_files.outputs.COUNT }}
112
- COMMIT_HASH: ${{ steps.commit_info.outputs.HASH }},
113
- COMMIT_AUTHOR: ${{ steps.commit_info.outputs.AUTHOR }},
+ COMMIT_HASH: ${{ steps.commit_info.outputs.HASH }}
+ COMMIT_AUTHOR: ${{ steps.commit_info.outputs.AUTHOR }}
114
COMMIT_MESSAGE: ${{ steps.commit_info.outputs.MESSAGE }}
115
run: |
116
jq -n '{
0 commit comments