mirror of
https://github.com/eden-emulator/mirror.git
synced 2026-06-06 07:25:52 +08:00
oops
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
7a18b1c127
commit
7fb5aac5be
@ -37,7 +37,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
run: |
|
run: |
|
||||||
set -x
|
|
||||||
DATE=$(date +"%b %d")
|
DATE=$(date +"%b %d")
|
||||||
TITLE="[dist, android] Update translations from Transifex for $DATE"
|
TITLE="[dist, android] Update translations from Transifex for $DATE"
|
||||||
BODY="Automatic translation update for $DATE"
|
BODY="Automatic translation update for $DATE"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: update-deps
|
name: Update Dependencies
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# saturday at noon
|
# saturday at noon
|
||||||
@ -7,7 +7,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tx-update:
|
update-deps:
|
||||||
runs-on: source
|
runs-on: source
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -34,10 +34,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Create PR
|
- name: Create PR
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
TITLE="[externals] Dependency update for $DATE"
|
TITLE="[externals] Dependency update for $DATE"
|
||||||
BODY="$(git show -s --format='%b')"
|
BODY="$(git show -s --format='%b')"
|
||||||
BASE=master
|
BASE=master
|
||||||
HEAD=update-deps-$DATE
|
HEAD=update-deps-$TIMESTAMP
|
||||||
|
|
||||||
cat << EOF > data.json
|
cat << EOF > data.json
|
||||||
{
|
{
|
||||||
@ -48,7 +49,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
curl -X 'POST' \
|
curl -XPOST \
|
||||||
'https://git.eden-emu.dev/api/v1/repos/eden-emu/eden/pulls' \
|
'https://git.eden-emu.dev/api/v1/repos/eden-emu/eden/pulls' \
|
||||||
-H 'accept: application/json' \
|
-H 'accept: application/json' \
|
||||||
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
|
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user