Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed May 13, 2024
1 parent e474031 commit 46c8369
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,15 @@ jobs:
- name: cleanup old checkout
run: chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;

- name: 'Checkout'
uses: actions/checkout@v4

- name: Checkout actions
uses: actions/checkout@v4
with:
repository: signalwire/actions-template
ref: main
path: actions

- name: 'Checkout'
uses: actions/checkout@v4
with:
clean: false

- name: Configure AWS Credentials
uses: aws-actions/[email protected]
Expand Down Expand Up @@ -197,9 +195,6 @@ jobs:
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}

- uses: opentofu/setup-opentofu@main
# - run: |
# ls -la
# ${{ inputs.WORKING_DIR }}

- name: Init
id: init
Expand Down

0 comments on commit 46c8369

Please sign in to comment.