mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix creating pr's in actions
This commit is contained in:
parent
a981a6429f
commit
fd7fb05f41
2
.github/workflows/caniuse.yml
vendored
2
.github/workflows/caniuse.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
run: |
|
||||
curl -s https://raw.githubusercontent.com/Fyrd/caniuse/master/data.json | python3 -m json.tool > resources/caniuse.json
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
author: dmoj-build <build@dmoj.ca>
|
||||
|
2
.github/workflows/updatemessages.yml
vendored
2
.github/workflows/updatemessages.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
git reset --hard "$i18n_head"
|
||||
fi
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
||||
author: dmoj-build <build@dmoj.ca>
|
||||
|
Loading…
Reference in New Issue
Block a user