Update .github/workflows/merged.yaml

This commit is contained in:
Alexis
2023-02-28 17:35:56 -08:00
committed by GitHub
parent 97dd95329d
commit bd3e3d1af1
+1 -1
View File
@@ -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 }}