Compare commits

..

2 Commits

Author SHA1 Message Date
1d9684f403 Merge pull request 'fix: deploy job cant pull master' (#30) from benvin/deploy_job_fix into master
Some checks failed
Deploy / build (push) Failing after 2m9s
Reviewed-on: #30
2025-10-17 15:12:48 +11:00
464e3c9c5d fix: deploy job cant pull master
All checks were successful
Build / build (pull_request) Successful in 2m27s
- dont try pull the master branch in the deploy job
2025-10-17 15:02:56 +11:00

View File

@ -19,14 +19,6 @@ jobs:
with:
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
env:
VAULT_ROLEID: ${{ secrets.TERRAFORM_INCUS_VAULT_ROLEID }}