Skip to content

Commit

Permalink
GHI #20 Fix reference to helper action
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Dec 18, 2023
1 parent fb2675f commit 79332e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
path: patomic

- name: Try Using Local Action
uses: ./patomic/.github/actions/test-build-run.yml
uses: ./patomic/.github/actions/test-build-run
with:
test_type: ansi
preset: ${{ matrix.preset }}
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
path: patomic

- name: Try Using Local Action
uses: ./patomic/.github/actions/test-build-run.yml
uses: ./patomic/.github/actions/test-build-run
with:
test_type: ansi
preset: ${{ matrix.preset }}
Expand Down

0 comments on commit 79332e7

Please sign in to comment.