Skip to content

Commit

Permalink
Revert "ci: update gh-workflow-tf-plan-apply action to get rid of dep…
Browse files Browse the repository at this point in the history
…recations"

This reverts commit 4c7d01e.
  • Loading branch information
zhelezovartem committed Mar 27, 2024
1 parent 4c7d01e commit 8fd4497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

deploy-staging:
needs: [pre-build, build-test-push]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].20
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand All @@ -52,7 +52,7 @@ jobs:

deploy-prod:
needs: [pre-build, build-test-push, deploy-staging]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].20
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/[email protected].2
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
with:
Expand Down

0 comments on commit 8fd4497

Please sign in to comment.