Skip to content

Commit b8b112f

Browse files
committed
chore: remove logging
1 parent 656dc37 commit b8b112f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/actions/determineNodeVersions/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ runs:
1616
steps:
1717
# Note: this is not typically how you would run javascript in an action
1818
# This is need so that we can get the correct node version used elsewhere
19-
- name: logging
20-
shell: bash
21-
run: |
22-
echo "nodeVersionOverride: ${{ inputs.nodeVersionOverride || 'lts/*' }}"
23-
echo "action_path: ${{ github.action_path }}"
24-
echo "action path env var: $GITHUB_ACTION_PATH"
2519
- name: Set up Node
2620
uses: actions/setup-node@v4
2721
with:

0 commit comments

Comments
 (0)