Skip to content

Commit 3d9b6d9

Browse files
Update ci.yml
1 parent ddcee48 commit 3d9b6d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: lint
2525
working-directory: src
2626
run: dotnet format ActionsImporter.sln --verify-no-changes
27+
- name: Print environment
28+
run: |
29+
echo "Runner OS: $RUNNER_OS"
30+
echo "Runner Name: $RUNNER_NAME"
31+
echo "GitHub Server URL: $GITHUB_SERVER_URL"
32+
echo "Workflow: $GITHUB_WORKFLOW"
2733
2834
unit-test:
2935
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)