Skip to content

Commit

Permalink
CI: fetch: false
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 2, 2025
1 parent 4ea8c22 commit 693c459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-get-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
default_author: github_actions
message: Automated go get update
new_branch: automated/go-get-update
fetch: false
push: origin automated/go-get-update --set-upstream --force

- name: Create pull request
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/go-mod-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
default_author: github_actions
message: Automated go mod tidy
new_branch: automated/go-mod-tidy
fetch: false
push: origin automated/go-mod-tidy --set-upstream --force

- name: Create pull request
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trunk-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
default_author: github_actions
message: Automated trunk upgrade
new_branch: automated/trunk-upgrade
fetch: false
push: origin automated/trunk-upgrade --set-upstream --force

- name: Create pull request
Expand Down

0 comments on commit 693c459

Please sign in to comment.