parent
e2aac147e5
commit
2a0f5eab52
8
.github/workflows/releasecommit.yml
vendored
8
.github/workflows/releasecommit.yml
vendored
@ -53,13 +53,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VERSION: "${{ inputs.version }}"
|
VERSION: "${{ inputs.version }}"
|
||||||
RELEASE_TYPE: "${{ inputs.release_type }}"
|
RELEASE_TYPE: "${{ inputs.release_type }}"
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.SSH_KEY }}
|
||||||
|
|
||||||
- name: Restore Cached Files
|
- name: Restore Cached Files
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -117,13 +117,13 @@ jobs:
|
|||||||
if: "${{ !inputs.is_release }}"
|
if: "${{ !inputs.is_release }}"
|
||||||
env:
|
env:
|
||||||
VERSION: "${{ inputs.version }}"
|
VERSION: "${{ inputs.version }}"
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ssh-key: ${{ secrets.SSH_KEY }}
|
||||||
|
|
||||||
- name: Restore Cached Files
|
- name: Restore Cached Files
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
5
.github/workflows/updateqb.yml
vendored
5
.github/workflows/updateqb.yml
vendored
@ -16,15 +16,14 @@ jobs:
|
|||||||
if: "${{ github.repository_owner == 'Nomi-CEu' }}"
|
if: "${{ github.repository_owner == 'Nomi-CEu' }}"
|
||||||
name: Update Quest Book Jsons and Lang (${{ inputs.tag }})
|
name: Update Quest Book Jsons and Lang (${{ inputs.tag }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Ref
|
- name: Checkout Ref
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ inputs.tag }}
|
ref: ${{ inputs.tag }}
|
||||||
|
ssh-key: ${{ secrets.SSH_KEY }}
|
||||||
|
|
||||||
- name: Restore Cached Files
|
- name: Restore Cached Files
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user