Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Apr 29, 2024
1 parent 6ecd8d4 commit 215a37f
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 @@ -36,7 +36,7 @@ runs:
IS_COMPOSITE: "${{ inputs.is_composite }}"
PAYLOAD_DEPENDENCY: "client_payload[dependency]=${{ inputs.repository_name }}"
PAYLOAD_TAG: "client_payload[tag]=${{ inputs.tag }}"
URL: "${{ github.server_url }}/${{ github.repository_owner }}/${{ inputs.repository }}/archive/refs/tags/${{ inputs.tag }}.tar.gz"
URL: "${{ github.server_url }}/${{ github.repository_owner }}/${{ inputs.repository_name }}/archive/refs/tags/${{ inputs.tag }}.tar.gz"
shell: ${{ env.shell }}
run: |
payload_hash="client_payload[hash]=$(if [[ "${IS_COMPOSITE}" != 'true' ]]; then zig fetch "${URL}"; fi)"
Expand Down

0 comments on commit 215a37f

Please sign in to comment.