mirror of
https://github.com/FranzDiebold/github-env-vars-action.git
synced 2024-11-22 00:30:57 -05:00
add printing CI_PR_NUMBER and CI_PR_ID into the demo workflow
This commit is contained in:
parent
ad0bd50c16
commit
16fae302af
1 changed files with 2 additions and 0 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
echo "CI_BASE_REF=$CI_BASE_REF"
|
||||
echo "CI_SHA_SHORT=$CI_SHA_SHORT"
|
||||
echo "CI_SHA=$CI_SHA"
|
||||
echo "CI_PR_NUMBER=$CI_PR_NUMBER"
|
||||
echo "CI_PR_ID=$CI_PR_ID"
|
||||
echo "CI_PR_TITLE=$CI_PR_TITLE"
|
||||
echo "CI_PR_DESCRIPTION=$CI_PR_DESCRIPTION"
|
||||
echo "CI_ACTOR=$CI_ACTOR"
|
||||
|
|
Loading…
Reference in a new issue