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:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: chmod +x update.sh
|
|
||||||
- run: |
|
- run: |
|
||||||
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }}
|
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }}
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
|
|||||||
Reference in New Issue
Block a user