We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840c941 commit 5d0961bCopy full SHA for 5d0961b
.github/workflows/autoupdate.yml
@@ -15,3 +15,8 @@ jobs:
15
- uses: docker://chinthakagodawita/autoupdate-action:v1
16
env:
17
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
18
+ DRY_RUN: "false"
19
+ MERGE_MSG: "Branch was auto-updated."
20
+ RETRY_COUNT: "5"
21
+ RETRY_SLEEP: "300"
22
+ MERGE_CONFLICT_ACTION: "fail"
0 commit comments