Skip to content

Commit

Permalink
Update shared workflows (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhule authored Aug 22, 2024
1 parent 22b9455 commit b2795ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
build:
uses: kyhule/polyworld-workflows/.github/workflows/post-merge.yml@38de2ba91754ae7026cdf261e9d92fd02a69cdee
uses: kyhule/polyworld-workflows/.github/workflows/post-merge.yml@a26f05dbaa65b38aef88fd576709fdce64059d07
secrets: inherit
with:
version-scope: ${{ inputs.scope || vars.SCOPE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: kyhule/polyworld-workflows/.github/workflows/pre-merge.yml@38de2ba91754ae7026cdf261e9d92fd02a69cdee
uses: kyhule/polyworld-workflows/.github/workflows/pre-merge.yml@a26f05dbaa65b38aef88fd576709fdce64059d07
secrets: inherit
with:
setup-android: false
Expand Down

0 comments on commit b2795ae

Please sign in to comment.