Skip to content

Commit b0960c2

Browse files
committed
inspect /gihub on a higher level
1 parent 4f7375e commit b0960c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
image: docker:20.10.3
1919
shell: sh
2020
run: |
21-
ls /github
2221
echo "docker-version=$DOCKER_VERSION" >> $GITHUB_OUTPUT
2322
- name: Test the output
2423
uses: actions/github-script@v6

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22
env | egrep -v "^(#|;| |PATH|SHLVL|HOSTNAME|DOCKER_*)" | awk '$1 ~ /^\w+=/' | xargs -0 > docker-run-action.env
33
set -x
4+
ls /github
45
exec docker run --env-file docker-run-action.env --workdir "$RUNNER_WORKSPACE/$INPUT_WORKSPACE" -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/github/file_commands":"/github/file_commands" -v "$RUNNER_WORKSPACE":"$RUNNER_WORKSPACE" --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "${INPUT_RUN//$'\n'/;}"

0 commit comments

Comments
 (0)