From f8b301e91ccbaba089ec2319d92e223e273f8481 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Wed, 23 Oct 2024 11:43:24 +0100 Subject: [PATCH] Add missing dollars to CI workflow --- .github/workflows/latest-matrix-sdk-crypto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest-matrix-sdk-crypto.yml b/.github/workflows/latest-matrix-sdk-crypto.yml index b0bfafc..a500c54 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/${{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 }}'