Skip to content

Commit

Permalink
GA: 更新locals(greasyfork).js_update.yaml步骤名称
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Dec 15, 2023
1 parent b91dbea commit 97f3a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locals(greasyfork).js_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git diff --quiet --exit-code "main(greasyfork).user.js" || \
echo "MAIN_USER_JS_IS_CHANGED=true" >> $GITHUB_ENV
- name: Commit and push locals(greasyfork).js
- name: Commit and push locals(greasyfork).js and main(greasyfork).user.js
if: ${{ env.LOCALS_JS_IS_CHANGED == 'true' &&
env.MAIN_USER_JS_IS_CHANGED == 'true' }}
run: |
Expand Down

0 comments on commit 97f3a9c

Please sign in to comment.