Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 15, 2022 21:09
Show Gist options
  • Select an option

  • Save KyMidd/b318add323e7393a969b557da56fdf0c to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/b318add323e7393a969b557da56fdf0c to your computer and use it in GitHub Desktop.
tf_plan:
name: TF Plan
needs: populate_envs
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Download Env Vars
id: download-env-vars
uses: actions/download-artifact@v3
with:
name: env-cache-${{ github.run_id }}
- name: Read Env Vars
id: read-env-vars
run: |
cat env.vars >> $GITHUB_ENV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment