added defaults in workflow, removed unnecessary chmod

This commit is contained in:
2025-12-17 10:11:19 +01:00
parent ff20a0d0c9
commit 596674cb67

View File

@@ -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