Skip to content

Commit 8b7a052

Browse files
committed
fix typo
1 parent d876739 commit 8b7a052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Check Nginx Conf Validity
6363
run: |
6464
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
65+
docker run -d --rm --name nginx -v "${GITHUB_WORKSPACE}:/testconfs:ro" ghcr.io/linuxserver/nginx
6666
sleep 5
6767
docker exec nginx bash -c "\
6868
mkdir -p /config/nginx/proxy-confs && \

0 commit comments

Comments
 (0)