Skip to content

Commit

Permalink
Fix cicd action import (#19)
Browse files Browse the repository at this point in the history
* Fix cicd action import

* Update missed import
  • Loading branch information
svemat01 authored Sep 26, 2023
1 parent d1bc3ca commit 2228994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ concurrency:
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
uses: ./.github/workflows/verify.yaml
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
uses: ./.github/workflows/verify.yaml
secrets: inherit
changesets:
name: Changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
uses: ./.github/actions/install-dependencies
uses: ./.github/actions/setup

- name: Run tests
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 2228994

Please sign in to comment.