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 1b060d7 commit b1f74a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- dev
- hotfix
jobs:
cook:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5
Expand All @@ -31,7 +31,7 @@ jobs:
pip install ./src/ && \
cd mirror && \
genpac -c ./config.ini
[ -n "$(git status -s)" ] && echo "changed=true" >>$GITHUB_OUTPUT
if [ -n "$(git status -s)" ]; then echo "changed=true" >>$GITHUB_OUTPUT; fi
- name: Commit Mirror
if: ${{ steps.copy.outputs.changed }}
run: |
Expand Down

0 comments on commit b1f74a3

Please sign in to comment.