We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcee48 commit 3d9b6d9Copy full SHA for 3d9b6d9
.github/workflows/ci.yml
@@ -24,6 +24,12 @@ jobs:
24
- name: lint
25
working-directory: src
26
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"
33
34
unit-test:
35
runs-on: ubuntu-latest
0 commit comments