We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d876739 commit 8b7a052Copy full SHA for 8b7a052
1 file changed
.github/workflows/check_samples.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Check Nginx Conf Validity
63
run: |
64
curl -fsL "https://raw.githubusercontent.com/linuxserver/docker-swag/master/root/defaults/nginx/proxy.conf.sample" -o proxy.conf
65
- docker run -d --rm --name nginx -v "${WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
+ docker run -d --rm --name nginx -v "${GITHUB_WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
66
sleep 5
67
docker exec nginx bash -c "\
68
mkdir -p /config/nginx/proxy-confs && \
0 commit comments