Skip to content

Commit

Permalink
test if file exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 3, 2023
1 parent 8aaa78a commit fa021cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/local-github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
uses: ./
with:
GITHUB_WORKSPACE: '/'

- name: Check if file exists
working-directory: ${{ github.workspace }}
run: |
echo "Check if file exists"
cat stack-output.json || exit 1

0 comments on commit fa021cd

Please sign in to comment.