diff --git a/.github/workflows/latest-matrix-sdk-crypto.yml b/.github/workflows/latest-matrix-sdk-crypto.yml index a500c5489..26b0ea6c0 100644 --- a/.github/workflows/latest-matrix-sdk-crypto.yml +++ b/.github/workflows/latest-matrix-sdk-crypto.yml @@ -71,7 +71,7 @@ jobs: with: message: | Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing. - See https://github.com/${{env.GITHUB_REPOSITORY}}/actions/runs/${{env.GITHUB_RUN_ID}} + See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }} pr-number: "${{ steps.create-issue.outputs.number }}" - run: 'echo Created/updated ${{ steps.create-issue.outputs.url }}'