WORKFLOW: fixes

This commit is contained in:
XargonWan 2024-08-02 16:27:05 +09:00
parent 653f89583f
commit 9ba25bd6b7

View file

@ -16,7 +16,7 @@ jobs:
- name: Clone RetroDECK repo - name: Clone RetroDECK repo
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: 'true' submodules: 'recursive'
token: ${{ secrets.TRIGGER_BUILD_TOKEN }} token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
fetch-depth: 1 fetch-depth: 1
@ -80,14 +80,14 @@ jobs:
continue-on-error: true continue-on-error: true
- name: Clone Cooker repo - name: Clone Cooker repo
if: contains(env.BRANCH_NAME, 'feat/') == false
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: https://github.com/RetroDECK/RetroDECK repository: RetroDECK/RetroDECK
ref: cooker ref: cooker
submodules: 'true' submodules: 'recursive'
token: ${{ secrets.TRIGGER_BUILD_TOKEN }} token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
path: "${GITHUB_WORKSPACE}/cooker" path: cooker
fetch-depth: 1
- name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256" - name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256"
if: contains(env.BRANCH_NAME, 'feat/') == false if: contains(env.BRANCH_NAME, 'feat/') == false