diff --git a/.github/workflows/publish-js.yml b/.github/workflows/publish-js.yml index f677564..c8c3308 100644 --- a/.github/workflows/publish-js.yml +++ b/.github/workflows/publish-js.yml @@ -45,6 +45,9 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 + - name: Summarise workflow inputs + uses: lorisleiva/workflow-inputs-action@v1 + - name: Compute variables id: compute shell: bash diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index dcfdde8..78fdea5 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -52,6 +52,9 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 + - name: Summarise workflow inputs + uses: lorisleiva/workflow-inputs-action@v1 + - name: Compute variables id: compute shell: bash