Skip to content

Commit

Permalink
Run after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 7, 2025
1 parent 7800e7d commit fd173a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,12 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v4
- run: |
if [[ -L '${{ matrix.stack-yaml }}' ]]; then
echo "generate-matrix incorrectly included a symlink" >&2
exit 1
fi
- uses: actions/checkout@v4
- uses: ./
with:
working-directory: example
Expand Down

0 comments on commit fd173a3

Please sign in to comment.