mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update update_schemas.yml
This commit is contained in:
parent
18f66f8701
commit
7076927975
10
.github/workflows/update_schemas.yml
vendored
10
.github/workflows/update_schemas.yml
vendored
@ -18,7 +18,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.SCHEMAS_TOKEN }}
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
@ -28,13 +30,13 @@ jobs:
|
||||
|
||||
- name: Commit Schemas
|
||||
run: |
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --local user.email "bwc9876@gmail.com"
|
||||
git config --local user.name "Ben C"
|
||||
git add NewHorizons/Schemas/**
|
||||
git commit -m "Updated Schemas"
|
||||
|
||||
- name: Push Schemas
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
github_token: ${{ secrets.SCHEMAS_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user