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 1f824b5 commit c9fef0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
pip install ./src/ && \
cd mirror && \
genpac -c ./config.ini
if [ -n "$(git status -s)" ]; then
[ -n "$(git status -s)" ] && \
echo "changed=true" >>$GITHUB_OUTPUT || \
echo "Nothing changed."
echo "changed=true" >>$GITHUB_OUTPUT
fi
- name: Commit Mirror
if: ${{ steps.copy.outputs.changed }}
run: |
Expand Down

0 comments on commit c9fef0e

Please sign in to comment.