Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Nov 29, 2023
1 parent f6635a1 commit 9ea688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sed -i "s/@version\s*[^\\s]*/@version $(TZ='Asia/Shanghai' date +'%Y-%m-%d')/" main.user.js
git diff --quiet --exit-code main.user.js || echo "CHANGES_DETECTED=true" >> $GITHUB_ENV
git diff --exit-code main.user.js
${{ env.CHANGES_DETECTED }}
echo "env.CHANGES_DETECTED=" ${{ env.CHANGES_DETECTED }}
- name: Commit and push main.user.js
if: |
Expand Down

0 comments on commit 9ea688f

Please sign in to comment.