Skip to content

Commit

Permalink
Fix HEREDOC indent in build-sign-publish action
Browse files Browse the repository at this point in the history
(cherry picked from commit d3d7168)
  • Loading branch information
chainchad committed Jan 21, 2025
1 parent 30d3940 commit 12a48b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/build-sign-publish-chainlink/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ runs:
if [[ "${GIT_TAG_TYPE}" = "ccip" ]]; then
SHARED_BUILD_ARGS=$(cat << EOF
COMMIT_SHA=${GIT_COMMIT_SHA}
CL_CHAIN_DEFAULTS=/chainlink/ccip-config
EOF
)
COMMIT_SHA=${GIT_COMMIT_SHA}
CL_CHAIN_DEFAULTS=/chainlink/ccip-config
EOF
)
else
SHARED_BUILD_ARGS=$(cat << EOF
COMMIT_SHA=${GIT_COMMIT_SHA}
EOF
)
COMMIT_SHA=${GIT_COMMIT_SHA}
EOF
)
fi
echo "shared-images<<EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit 12a48b2

Please sign in to comment.