Skip to content

Commit 6b5a585

Browse files
committed
debugging for github action: fix path for custom actions
1 parent 6cf1d6d commit 6b5a585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapit-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: yarn build
5555

5656
- name: Check for forked repo
57-
uses: .github/actions/check-for-forked-repo
57+
uses: ./.github/actions/check-for-forked-repo
5858
with:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060
pull_request: ${{ github.event.issue.number }}
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Create and publish snapshot release
8585
id: create-and-publish-snapshot-release
86-
uses: .github/actions/create-and-publish-snapshot-release
86+
uses: ./.github/actions/create-and-publish-snapshot-release
8787
with:
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989

0 commit comments

Comments
 (0)