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 e5f5784 commit 44f57c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ 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 }}"
ls -R "${GITHUB_WORKSPACE}/${{ env.WORK_DIR }}"
# - name: terraform apply
# working-directory: ${{ env.WORK_DIR }}
Expand Down

0 comments on commit 44f57c4

Please sign in to comment.