revisions of isolation-check
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- name: Dumping environment variables
|
- name: Dumping environment variables
|
||||||
run: |
|
run: |
|
||||||
echo "--- Check for parent variables ---"
|
echo "--- Check for parent variables ---"
|
||||||
printenv | grep -Pi 'GITEA_RUNNER_REGISTRATION_FILE|GITEA_RUNNER_REGISTRATION_TOKEN_FILE|GITEA_RUNNER_REGISTRATION_TOKEN' || true
|
( printenv | grep -Pi 'GITEA_RUNNER_REGISTRATION_FILE|GITEA_RUNNER_REGISTRATION_TOKEN_FILE|GITEA_RUNNER_REGISTRATION_TOKEN' ) || true
|
||||||
echo "--- List all variables ---"
|
echo "--- List all variables ---"
|
||||||
printenv
|
printenv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user