Update auto-update.yml
This commit is contained in:
parent
a56479f4f7
commit
cf57b3fe1d
|
@ -10,9 +10,13 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: bot/auto-update
|
ref: patch-2
|
||||||
- name: Push Branch
|
- name: Create Branch
|
||||||
run: git push -u origin bot/auto-update
|
uses: peterjgrainger/action-create-branch@v2.0.1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
branch: 'bot/auto-update'
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: create-branch
|
needs: create-branch
|
||||||
|
|
Loading…
Reference in New Issue