diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index b0c07a0..6bb2c10 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -4,13 +4,14 @@ on: push: branches: - main + - master jobs: update-readme: runs-on: ubuntu-latest steps: - name: Checkout code (Gitea version) - uses: https://gitea.com/gitea/act/src/branch/master/actions/checkout@v3 + uses: https://gitea.com/gitea/act/src/branch/master/actions/checkout@v1 with: fetch-depth: 0