Update main.yml

This commit is contained in:
qiaofeng1227 2023-04-18 09:44:10 +08:00 committed by GitHub
parent 4e774348a3
commit 6a51365e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
- name: Output all containers version
shell: |
wget -O /tmp/containers_version.sh https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/containers_version.sh
wget -O /tmp/containers_version.sh https://websoft9.github.io/StackHub/scripts/containers_version.sh
chmod +x /tmp/containers_version.sh
bash /tmp/containers_version.sh
rm -f /tmp/containers_version.sh