Skip to content

Commit

Permalink
Fix incorrect property - should be pr-number
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Oct 23, 2024
1 parent 61223bd commit 6e1e1be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/latest-matrix-sdk-crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
uses: thollander/actions-comment-pull-request@v3
with:
message: |
Building matrix-rust-sdk-crypto-wasm against the latest matrix-sdk Rust is failing
pr_number: steps.create-issue.outputs.number
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}}
pr-number: steps.create-issue.outputs.number

- run: 'echo Created/updated ${{ steps.create-issue.outputs.url }}'
if: failure()
Expand Down

0 comments on commit 6e1e1be

Please sign in to comment.