From 2f24b18190c2365150aed63b677ce1a667d43daa Mon Sep 17 00:00:00 2001 From: Dr-Electron Date: Fri, 6 Sep 2024 16:52:09 +0200 Subject: [PATCH] Use PR branch for static action --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/upload-docs.yml | 2 +- .github/workflows/wasm-automatic-release-and-publish.yml | 2 +- .github/workflows/wasm-publish-to-npm.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c92432e36f..32d2efb72c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -170,7 +170,7 @@ jobs: needs: check-for-run-condition if: ${{ needs.check-for-run-condition.outputs.should-run == 'true' }} # owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466 - uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main + uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc with: output-artifact-name: identity-wasm-bindings-build diff --git a/.github/workflows/upload-docs.yml b/.github/workflows/upload-docs.yml index 7c98b7cb7e..35e654225d 100644 --- a/.github/workflows/upload-docs.yml +++ b/.github/workflows/upload-docs.yml @@ -18,7 +18,7 @@ permissions: jobs: build-wasm: # owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466 - uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main + uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc with: run-unit-tests: false ref: ${{ inputs.ref }} diff --git a/.github/workflows/wasm-automatic-release-and-publish.yml b/.github/workflows/wasm-automatic-release-and-publish.yml index 1c7b4f141a..b3b1481c1a 100644 --- a/.github/workflows/wasm-automatic-release-and-publish.yml +++ b/.github/workflows/wasm-automatic-release-and-publish.yml @@ -26,7 +26,7 @@ jobs: needs: call-create-release-workflow if: ${{ needs.call-create-release-workflow.outputs.is-release }} # owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466 - uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main + uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc with: output-artifact-name: identity-wasm-bindings-build diff --git a/.github/workflows/wasm-publish-to-npm.yml b/.github/workflows/wasm-publish-to-npm.yml index a1d8b8762b..0ee571d5e2 100644 --- a/.github/workflows/wasm-publish-to-npm.yml +++ b/.github/workflows/wasm-publish-to-npm.yml @@ -19,7 +19,7 @@ jobs: build-wasm: # owner/repository of workflow has to be static, see https://github.community/t/env-variables-in-uses/17466 - uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@main + uses: iotaledger/identity.rs/.github/workflows/shared-build-wasm.yml@typedoc with: ref: ${{ github.event.inputs.branch }} output-artifact-name: identity-wasm-bindings-build