Skip to content

Commit

Permalink
add printing CI_PR_NUMBER and CI_PR_ID into the demo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstarkov committed Jul 6, 2022
1 parent ad0bd50 commit 16fae30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 16fae30

Please sign in to comment.