Skip to content

Commit

Permalink
fix: checkout before using composite local action
Browse files Browse the repository at this point in the history
  • Loading branch information
prastoin committed Jan 15, 2025
1 parent eb89657 commit 4eb7a94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,7 @@ jobs:
runs-on: depot-ubuntu-24.04-8
needs: [prerequisites, server-setup, server-test, server-integration-test]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/workflows/actions/rethrow-needs-failure

0 comments on commit 4eb7a94

Please sign in to comment.