Skip to content

Commit e2b5366

Browse files
committed
fix: add some logging
1 parent fd067b4 commit e2b5366

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/determineNodeVersions/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ runs:
1414
steps:
1515
# Note: this is not typically how you would run javascript in an action
1616
# 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"
1723
- name: Set up Node
1824
uses: actions/setup-node@v4
1925
with:

0 commit comments

Comments
 (0)