Skip to content

Commit c421615

Browse files
authored
更新 sync-waline.yml
1 parent b376361 commit c421615

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/sync-waline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ jobs:
117117
git add .
118118
git commit -m "Sync with official Waline repository (v${{ steps.compare-versions.outputs.official-version }})"
119119
git push
120+
shell: bash
120121

121122
- name: Trigger Docker build workflow
122123
if: steps.compare-versions.outputs.needs-sync == 'true'
123-
run: |
124-
gh workflow run "Build Waline image" --ref ${{ github.ref_name }}
124+
working-directory: ${{ github.workspace }}
125+
run: gh workflow run "Build Waline image" --ref ${{ github.ref_name }}
125126
env:
126-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128+
shell: bash

0 commit comments

Comments
 (0)