Skip to content

Commit

Permalink
checkout phase repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov committed Jan 16, 2024
1 parent c058662 commit b00feef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,11 @@ jobs:

runs-on: ${{ matrix.platform.os }}
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
repository: ${{github.repository}}

- name: Run both commands
uses: ./
with:
Expand Down

0 comments on commit b00feef

Please sign in to comment.