diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index cba4374c..a0609106 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -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/configure-aws-credentials@v4.0.2 @@ -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