Skip to content

Commit

Permalink
ci: fix non-master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xz-dev authored Jul 4, 2024
1 parent b386ae9 commit 47ca6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automkconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_REPO: github.com/DUpdateSystem/UpgradeAll-rules
GITHUB_COMMIT: ${{ github.event.head_commit.message }}
run: |
git clone https://github.com/DUpdateSystem/UpgradeAll-rules
git clone --branch $GITHUB_REF_NAME https://github.com/DUpdateSystem/UpgradeAll-rules
cd UpgradeAll-rules
python mkconfig.py
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 47ca6f0

Please sign in to comment.