Skip to content

Commit

Permalink
Share checkout action between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 31, 2024
1 parent 67c1a3b commit d1c617b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
env:
HUSKY: 0
steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: withastro/action@v2

deploy:
Expand Down

0 comments on commit d1c617b

Please sign in to comment.