Compare commits

..

No commits in common. "1d9684f403e2c7e02d47b75c78964c1cbd211409" and "bd3eb6e8c758a178b9b82871283f9c010c5cc305" have entirely different histories.

View File

@ -19,6 +19,14 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Fetch master branch
run: |
git fetch origin master:master
- name: Show changed files
run: |
git diff --name-only master
- name: Run Terraform Apply - name: Run Terraform Apply
env: env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }} VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}