Skip to content

Commit

Permalink
Merge pull request #61 from gboutry/fix/double-quote
Browse files Browse the repository at this point in the history
Fix additional double quote
  • Loading branch information
hemanthnakkina authored Jul 2, 2024
2 parents ccd4eaf + 8b19c08 commit 6707266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-rock/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Log in to the Container registry
shell: bash
run: |
skopeo login ghcr.io --username "${{ inputs.username }}"" --password "${{ inputs.password }}"
skopeo login ghcr.io --username "${{ inputs.username }}" --password "${{ inputs.password }}"
- name: Import and push to github package
shell: bash
run: |
Expand Down

0 comments on commit 6707266

Please sign in to comment.