We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd067b4 commit e2b5366Copy full SHA for e2b5366
1 file changed
.github/actions/determineNodeVersions/action.yml
@@ -14,6 +14,12 @@ runs:
14
steps:
15
# Note: this is not typically how you would run javascript in an action
16
# This is need so that we can get the correct node version used elsewhere
17
+ - name: logging
18
+ shell: bash
19
+ run: |
20
+ echo "nodeVersionOverride: ${{ inputs.nodeVersionOverride }}"
21
+ echo "action_path: ${{ github.action_path }}"
22
+ echo "action path env var: $GITHUB_ACTION_PATH"
23
- name: Set up Node
24
uses: actions/setup-node@v4
25
with:
0 commit comments