Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asafmazor17 committed Nov 29, 2023
1 parent 3c1b913 commit e5f5784
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Planning$GITHUB_RUN_ID
path: "${GITHUB_WORKSPACE}/${{ env.WORK_DIR }}plan$GITHUB_RUN_ID"
path: "${{ GITHUB_WORKSPACE }}/${{ env.WORK_DIR }}plan$GITHUB_RUN_ID"
retention-days: 1

- name: Debug
run: |
ls -R "${{ GITHUB_WORKSPACE }}/${{ env.WORK_DIR }}"
# - name: terraform apply
# working-directory: ${{ env.WORK_DIR }}
# run: terraform apply -auto-approve

0 comments on commit e5f5784

Please sign in to comment.