Skip to content

Commit a2f3bf3

Browse files
committed
GPT-commit: Modified .github/workflows/main.yml to optimize the GitHub Actions workflow configuration.
Modified `.github/workflows/main.yml` to optimize the GitHub Actions workflow configuration by updating the job configurations for improved efficiency and performance.
1 parent 725a6ab commit a2f3bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
chmod +x wyx-cli.sh
3939
mkdir .wyx-cli-data && touch .wyx-cli-data/git-user.txt
4040
printf "username=bot\nname=WYX-CLI Bot\n" >> .wyx-cli-data/git-user.txt
41-
./wyx-cli.sh update-stdout
4241
./wyx-cli.sh update-cache
42+
./wyx-cli.sh update-stdout
4343
shell: bash
4444

4545
# Commit and push changes

0 commit comments

Comments
 (0)