We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dddd99 commit 3cae972Copy full SHA for 3cae972
1 file changed
.github/workflows/staging-deploy-pr.yml
@@ -67,6 +67,10 @@ jobs:
67
BUILD_ACTIONS_RUN_ID: ${{ env.BUILD_ACTIONS_RUN_ID }}
68
with:
69
script: |
70
+
71
+ // Curious about what version of node you get
72
+ console.log('Node version:', process.version)
73
74
// In order to find out the PR info for a forked repo, we must query
75
// the API for more info based on the originating workflow run
76
const { BUILD_ACTIONS_RUN_ID } = process.env
0 commit comments