Skip to content

Commit

Permalink
debugging for github action: fix path for custom actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsov committed Sep 26, 2023
1 parent 6cf1d6d commit 6b5a585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapit-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: yarn build

- name: Check for forked repo
uses: .github/actions/check-for-forked-repo
uses: ./.github/actions/check-for-forked-repo
with:
token: ${{ secrets.GITHUB_TOKEN }}
pull_request: ${{ github.event.issue.number }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Create and publish snapshot release
id: create-and-publish-snapshot-release
uses: .github/actions/create-and-publish-snapshot-release
uses: ./.github/actions/create-and-publish-snapshot-release
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 6b5a585

Please sign in to comment.