Skip to content

Commit 7332a3b

Browse files
authored
Merge pull request #19 from packagist/remove-trailing-comma
Remove trailing commas from commit info
2 parents 7df591d + 57eda4e commit 7332a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ runs:
109109
env:
110110
RUN_ID: ${{ github.run_id }};
111111
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 }},
112+
COMMIT_HASH: ${{ steps.commit_info.outputs.HASH }}
113+
COMMIT_AUTHOR: ${{ steps.commit_info.outputs.AUTHOR }}
114114
COMMIT_MESSAGE: ${{ steps.commit_info.outputs.MESSAGE }}
115115
run: |
116116
jq -n '{

0 commit comments

Comments
 (0)