Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn authored Jul 24, 2024
1 parent ec4f5eb commit fe90d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install ./src/ && \
cd mirror && \
genpac -c ./config.ini
git status -s && echo "changed=true" >>$GITHUB_OUTPUT
[ -n "$(git status -s)" ] && echo "changed=true" >>$GITHUB_OUTPUT
- name: Commit Mirror
if: ${{ steps.fire.outputs.changed }}
run: |
Expand Down

0 comments on commit fe90d51

Please sign in to comment.