[ci] Add NUMBER environment variable to comment command commit script (#4507)

This commit is contained in:
Tyler Veness
2022-10-23 11:34:03 -07:00
committed by GitHub
parent a28f93863c
commit f19d2b9b84

View File

@@ -55,3 +55,5 @@ jobs:
# Commit
git commit -am "wpiformat"
git push origin HEAD:refs/pull/$NUMBER/head
env:
NUMBER: ${{ github.event.issue.number }}