Skip to content

Commit

Permalink
Specify version of inherited workflow to use.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Apr 3, 2024
1 parent 8254fb0 commit 83ecbf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-build:
uses: alexdlaird/pyngrok/.github/workflows/build.yml
uses: alexdlaird/pyngrok/.github/workflows/build.yml@main
secrets: inherit

deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
call-build:
uses: alexdlaird/pyngrok/.github/workflows/build.yml
uses: alexdlaird/pyngrok/.github/workflows/build.yml@main
secrets: inherit

0 comments on commit 83ecbf6

Please sign in to comment.