mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 00:04:53 -05:00
Update qa.yml
This commit is contained in:
parent
1e9f7e7355
commit
26a0dfcde8
6
.github/workflows/qa.yml
vendored
6
.github/workflows/qa.yml
vendored
|
|
@ -54,7 +54,9 @@ jobs:
|
||||||
files: ${{ github.sha }}.zip
|
files: ${{ github.sha }}.zip
|
||||||
|
|
||||||
- name: Show Response
|
- name: Show Response
|
||||||
run: echo ${{ steps.edited_release.outputs.files.* }}
|
run: |
|
||||||
|
echo ${{ steps.package_version.outputs.version }}
|
||||||
|
echo ${{ join(steps.edited_release.outputs.files.*, ",") }}
|
||||||
|
|
||||||
- name: FModel Auth
|
- name: FModel Auth
|
||||||
id: fmodel_auth
|
id: fmodel_auth
|
||||||
|
|
@ -69,4 +71,4 @@ jobs:
|
||||||
url: "https://api.fmodel.app/v1/infos/${{ secrets.QA_ID }}"
|
url: "https://api.fmodel.app/v1/infos/${{ secrets.QA_ID }}"
|
||||||
method: "PATCH"
|
method: "PATCH"
|
||||||
bearerToken: ${{ fromJson(steps.fmodel_auth.outputs.response).accessToken }}
|
bearerToken: ${{ fromJson(steps.fmodel_auth.outputs.response).accessToken }}
|
||||||
data: '{"version": "${{ steps.test.package_version.version }}-dev+${{ github.sha }}"}'
|
data: '{"version": "${{ steps.package_version.outputs.version }}-dev+${{ github.sha }}"}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user