YAMLLint fixes and workflow fixes
This commit is contained in:
parent
a2e0142212
commit
a7459029ad
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git nodejs nix-bin sudo curl -y
|
apt install git nodejs nix-bin sudo curl -y
|
||||||
git config --global user.email "${{github.actor}}"
|
git config --global user.email ${{github.actor}}
|
||||||
git config --global user.name "Forgejo Runner"
|
git config --global user.name "Forgejo Runner"
|
||||||
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
|
echo "100.64.0.13 gotify.sysctl.io" >> /etc/hosts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue