You've already forked go-template-container-webserver
added defaults in workflow, removed unnecessary chmod
This commit is contained in:
@@ -7,12 +7,15 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: chmod +x update.sh
|
||||
- run: |
|
||||
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }}
|
||||
git config --global credential.helper store
|
||||
|
||||
Reference in New Issue
Block a user