Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed May 30, 2024
1 parent 0ce5544 commit 5d36e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
path: /tmp/action
path: action
- uses: actions/checkout@v4
with:
repository: crohr/blank-sinatra-app
ref: master
fetch-depth: 0
- uses: /tmp/action/package
- uses: ./action/package
id: package
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 5d36e79

Please sign in to comment.