Browse Source

Update automerge.yml

pull/8/head
Muryor 3 years ago committed by GitHub
parent
commit
9e39c06e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/automerge.yml

3
.github/workflows/automerge.yml

@ -41,8 +41,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN}} github_token: ${{ secrets.GITHUB_TOKEN}}
source: 'imgbot' source: 'imgbot'
target: 'main' target: 'main'
continue-on-error: true
- uses: actions/setup-node@v1 - uses: actions/setup-node@v2
with: with:
node-version: "16.x" node-version: "16.x"
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/

Loading…
Cancel
Save