mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
github: update automerge action
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a6fe748b01
commit
978d373893
1 changed files with 4 additions and 4 deletions
8
.github/workflows/automerge.yml
vendored
8
.github/workflows/automerge.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@v0.11.0"
|
||||
uses: pascalgn/automerge-action@88480459fd3771b8f4c7e68bb9b677b5e1e48f36
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
UPDATE_RETRIES: 10
|
||||
UPDATE_RETRY_SLEEP: 60000
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
MERGE_RETRIES: 10
|
||||
MERGE_RETRY_SLEEP: 60000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue