Skip to content

Commit

Permalink
Use from same branch, work around actions/toolkit#932
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Oct 31, 2021
1 parent fa2d524 commit 69c028e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-run-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
all-test:
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/run-tests.yml@${{ github.ref }}
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/run-tests.yml@stripe
with:
name: 'All'
test-task: ':test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-run-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true
jobs:
smoke-test:
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/run-tests.yml@${{ github.ref }}
uses: TWiStErRob/net.twisterrob.healthcheck/.github/workflows/run-tests.yml@stripe
with:
name: 'Smoke'
test-task: ':smokeTest'
Expand Down

0 comments on commit 69c028e

Please sign in to comment.