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 }}