Skip to content

Commit

Permalink
Remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Nov 30, 2023
1 parent 7d7fdac commit 7d559ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build-sign-publish-chainlink/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ runs:
shell: bash
# See https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#multiline-strings
run: |
SHORT_SHA=$(echo ${{ inputs.git-commit-sha }} | cut -c1-7)
SHARED_IMAGES=${{ inputs.ecr-hostname }}/${{ inputs.ecr-image-name }}
SHARED_TAG_LIST=$(cat << EOF
Expand Down

0 comments on commit 7d559ba

Please sign in to comment.