Fix Override mirror.txt

This commit is contained in:
Shiming Zhang 2022-01-18 16:01:40 +08:00
parent f06e220c1a
commit 6310c88ab8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
nohup /usr/local/bin/bridge -b :8080 -p - ${{ secrets.PROTOCOL }} 2>/dev/null &
- name: Override mirror.txt
run: |
echo ${{ inputs.image }} > mirror.txt
echo ${{ github.event.inputs.image }} > mirror.txt
- name: Sync Images
env:
INCREMENTAL: "true"