We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b301e commit 2599a27Copy full SHA for 2599a27
.github/workflows/latest-matrix-sdk-crypto.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
message: |
73
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing.
74
- 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 }}
75
pr-number: "${{ steps.create-issue.outputs.number }}"
76
77
- run: 'echo Created/updated ${{ steps.create-issue.outputs.url }}'
0 commit comments