mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 16:44:55 -05:00
remove actions-
from actions-global (=> global
)
This commit is contained in:
parent
af8552e0af
commit
b070b392fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runglobal.yml
vendored
4
.github/workflows/runglobal.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
echo "$(whoami):password1!" | sudo chpasswd
|
echo "$(whoami):password1!" | sudo chpasswd
|
||||||
|
|
||||||
sudo tailscale up --hostname=actions-global --advertise-exit-node --ssh --authkey ${{ secrets.TAILSCALE_KEY }}
|
sudo tailscale up --hostname=global --advertise-exit-node --ssh --authkey ${{ secrets.TAILSCALE_KEY }}
|
||||||
|
|
||||||
sed -i 's/unset .*//g' $HOME/.bashrc
|
sed -i 's/unset .*//g' $HOME/.bashrc
|
||||||
sed -i 's/#force_color_prompt/force_color_prompt/g' $HOME/.bashrc
|
sed -i 's/#force_color_prompt/force_color_prompt/g' $HOME/.bashrc
|
||||||
|
@ -70,4 +70,4 @@ jobs:
|
||||||
|
|
||||||
wget -O loop.sh https://github.com/CeciliaKelley33Mm/Docker-VNC/raw/main/loop.sh
|
wget -O loop.sh https://github.com/CeciliaKelley33Mm/Docker-VNC/raw/main/loop.sh
|
||||||
chmod +x loop.sh
|
chmod +x loop.sh
|
||||||
bash loop.sh ${{ inputs.runNext }} $GH_TOKEN global runglobal.yml master actions-global $WEBHOOK_URL
|
bash loop.sh ${{ inputs.runNext }} $GH_TOKEN global runglobal.yml master global $WEBHOOK_URL
|
||||||
|
|
Loading…
Reference in a new issue