|
|
@ -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/ |
|
|
|