Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 authored Feb 5, 2025
1 parent 0768ef5 commit f816568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'

- name: Download media.zip from artifacts
uses: Legit-Labs/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v8
with:
workflow: media.yml
name: media
path: ${{env.DIRECTORY}}
github_token: ${{ secrets.ZJ_ADMIN_TOKEN }}
github_token: ${{ secrets.MYGITHUB_ADMIN_TOKEN }}
run_id: ${{ steps.startAndWaitWorkflow.outputs.run-id }}
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'

Expand Down

0 comments on commit f816568

Please sign in to comment.