We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1d6d commit 6b5a585Copy full SHA for 6b5a585
.github/workflows/snapit-v2.yml
@@ -54,7 +54,7 @@ jobs:
54
run: yarn build
55
56
- name: Check for forked repo
57
- uses: .github/actions/check-for-forked-repo
+ uses: ./.github/actions/check-for-forked-repo
58
with:
59
token: ${{ secrets.GITHUB_TOKEN }}
60
pull_request: ${{ github.event.issue.number }}
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Create and publish snapshot release
85
id: create-and-publish-snapshot-release
86
- uses: .github/actions/create-and-publish-snapshot-release
+ uses: ./.github/actions/create-and-publish-snapshot-release
87
88
89
0 commit comments