Skip to content

Instantly share code, notes, and snippets.

@allixsenos
Created July 25, 2024 21:29
Show Gist options
  • Save allixsenos/e3e871e61eab589d563441c0b9ffaefc to your computer and use it in GitHub Desktop.
Save allixsenos/e3e871e61eab589d563441c0b9ffaefc to your computer and use it in GitHub Desktop.
github action step to install cloudformation rain
- 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