Skip to content

Commit

Permalink
fix quote type (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Sep 6, 2022
1 parent bd777f0 commit b86824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
FILEPATH=.changes/unreleased/${{ inputs.changie_kind }}-$(date +%Y%m%d-%H%M%S).yaml
echo 'kind: "${{ inputs.changie_kind }}"' > $FILEPATH
echo 'body: "${{ github.event.pull_request.title }}"' >> $FILEPATH
echo 'time: $(date +%Y-%m-%dT%H:%M:%S.00000Z)' >> $FILEPATH
echo "time: $(date +%Y-%m-%dT%H:%M:%S.00000Z)" >> $FILEPATH
echo "${{ inputs.custom_changelog_string }}" >> $FILEPATH
- name: Commit & Push changes
Expand Down

0 comments on commit b86824c

Please sign in to comment.