Skip to content

Commit 8ce6a2e

Browse files
committed
Correcting rouge quoute
1 parent 170a443 commit 8ce6a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
steps:
2828
- run: npm install github-release-notes -g
2929
shell: pwsh
30-
- run: gren release --username=${{ inputs.username }} --token=${{ inputs.token }} --repo=${{ inputs.repository }} ${{ inputs.options }}"
30+
- run: gren release --username=${{ inputs.username }} --token=${{ inputs.token }} --repo=${{ inputs.repository }} ${{ inputs.options }}
3131
shell: pwsh
3232
- run: |
3333
$release = Invoke-WebRequest -URI https://api.github.com/repos/${{ inputs.organization }}/${{ inputs.repository }}/releases/tags/v${{ inputs.version_number }} -Method GET -Headers @{"Accept"="application/vnd.github.v3+json"} -UseBasicParsing

0 commit comments

Comments
 (0)