diff --git a/.github/workflows/auto-updates.yaml b/.github/workflows/auto-updates.yaml index fafb0bb51..5281a3484 100644 --- a/.github/workflows/auto-updates.yaml +++ b/.github/workflows/auto-updates.yaml @@ -4,9 +4,9 @@ on: branches: - main paths-ignore: - - '**/README.md' - - '**/debian/control' - - '**/po/*' + - "**/README.md" + - "**/debian/control" + - "**/po/*" workflow_dispatch: jobs: @@ -27,7 +27,8 @@ jobs: - uses: actions/setup-go@v4 with: go-version-file: common/go.mod - - name: Set up git + - name: + Set up git # This step needs to be done so that the private repo dependencies can be downloaded uses: ./.github/actions/setup-git with: @@ -60,6 +61,7 @@ jobs: body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/locales token: ${{ secrets.GITHUB_TOKEN }} + signoff: true - name: Push branch if: steps.checkpo.outputs.modified == 'true' run: | @@ -113,6 +115,7 @@ jobs: body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/readme-cli-ref token: ${{ secrets.GITHUB_TOKEN }} + signoff: true - name: Push branch if: steps.check-readme.outputs.modified == 'true' run: | @@ -138,7 +141,7 @@ jobs: go-version-file: go.work - name: Set up private repo shell: bash - run : go env -w "GOPRIVATE=github.com/${{ github.repository }}" + run: go env -w "GOPRIVATE=github.com/${{ github.repository }}" - name: Update submodules uses: ./.github/actions/update-workspace-dependencies with: @@ -163,6 +166,7 @@ jobs: body: "[Auto-generated pull request](https://github.com/canonical/ubuntu-pro-for-windows/actions/workflows/auto-updates.yaml) by GitHub Action" branch: auto-updates/update-internal-dependencies token: ${{ secrets.GITHUB_TOKEN }} + signoff: true - name: Push branch if: steps.check-diff.outputs.modified == 'true' run: |