From bd3e3d1af1d1fbd65ed90a362cef86db59a2b62a Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 28 Feb 2023 17:35:56 -0800 Subject: [PATCH] Update .github/workflows/merged.yaml --- .github/workflows/merged.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merged.yaml b/.github/workflows/merged.yaml index 9ea6145c0..e9f67ae60 100644 --- a/.github/workflows/merged.yaml +++ b/.github/workflows/merged.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Mattermost Message - #https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable + #https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#example-of-a-script-injection-attack env: NUMBER: ${{ github.event.number }} PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}