-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47a0473
commit 4aecce7
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,10 +72,16 @@ jobs: | |
##------------ special task for apphub begin----------------------# | ||
- name: Trigger media.yml workflow | ||
uses: mathze/[email protected] | ||
id: startAndWaitWorkflow | ||
with: | ||
workflow-name: media.yml | ||
token: ${{github.token}} | ||
if: env.APP == 'apphub' | ||
run-id: dummy | ||
if: env.APP == 'apphub' | ||
|
||
- name: Reuse workflow run id | ||
run: "echo ${{ steps.startAndWaitWorkflow.outputs.run-id }}" | ||
if: env.APP == 'apphub' | ||
|
||
- name: Download media.zip from artifacts | ||
uses: Legit-Labs/action-download-artifact@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters