Skip to content

Commit 2f24b18

Browse files
committed
Use PR branch for static action
1 parent 21ce4eb commit 2f24b18

4 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
needs: check-for-run-condition
171171
if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }}
172172
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
173-
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main
173+
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc
174174
with:
175175
output-artifact-name: identity-wasm-bindings-build
176176

.github/workflows/upload-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
build-wasm:
2020
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
21-
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main
21+
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc
2222
with:
2323
run-unit-tests: false
2424
ref: ${{ inputs.ref }}

.github/workflows/wasm-automatic-release-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
needs: call-create-release-workflow
2727
if: ${{ needs.call-create-release-workflow.outputs.is-release }}
2828
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
29-
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main
29+
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc
3030
with:
3131
output-artifact-name: identity-wasm-bindings-build
3232

.github/workflows/wasm-publish-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
build-wasm:
2121
# owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466
22-
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main
22+
uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc
2323
with:
2424
ref: ${{ github.event.inputs.branch }}
2525
output-artifact-name: identity-wasm-bindings-build

0 commit comments

Comments
 (0)