Created
July 25, 2024 21:29
-
-
Save allixsenos/e3e871e61eab589d563441c0b9ffaefc to your computer and use it in GitHub Desktop.
github action step to install cloudformation rain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Download aws-cloudformation/rain | |
run: | | |
gh release download -R aws-cloudformation/rain --pattern '*_linux-amd64.zip' -D $RUNNER_TOOL_CACHE | |
unzip -ojq $RUNNER_TOOL_CACHE/*.zip -d $RUNNER_TOOL_CACHE | |
echo "$RUNNER_TOOL_CACHE" >> $GITHUB_PATH | |
env: | |
GH_TOKEN: ${{ github.token }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment