fix two for git push
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Shaun Hoffer 2024-07-25 16:09:24 -04:00
parent ab8e356833
commit c9fe98747d

@ -14,7 +14,7 @@ steps:
- event: manual # workflow should run if you execute it manual - event: manual # workflow should run if you execute it manual
- event: push # workflow should run on each push ( = on each commit) - event: push # workflow should run on each push ( = on each commit)
image: ubuntu image: ubuntu
secrets: gittoken secrets: [ gittoken ]
commands: commands:
- apt update - apt update
- apt install -y git wget - apt install -y git wget