Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b7b32 commit 39b59ddCopy full SHA for 39b59dd
.github/workflows/dump.yml
@@ -72,5 +72,5 @@ jobs:
72
shell: bash
73
- name: Commit Image
74
run: |
75
- curl -v -X PUT "${{ steps.dump_image.outputs.NEXT_URL }}&digest=sha256:$(cat sha2.txt)" -H "Authorization: Bearer ${{ fromjson(steps.auth2.outputs.resp).token }}")"
+ curl -v -X PUT "${{ steps.dump_image.outputs.NEXT_URL }}&digest=sha256:$(cat sha2.txt)" -H "Authorization: Bearer ${{ fromjson(steps.auth2.outputs.resp).token }}"
76
0 commit comments