diff --git a/.github/workflows/manual-sync.yml b/.github/workflows/manual-sync.yml index 1f7e13e..74889cf 100644 --- a/.github/workflows/manual-sync.yml +++ b/.github/workflows/manual-sync.yml @@ -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"