diff options
| author | 2024-09-08 05:36:47 +0800 | |
|---|---|---|
| committer | 2024-09-08 05:36:47 +0800 | |
| commit | 0a8a015f51246a313241fd66e0a0b23a81f14268 (patch) | |
| tree | 16c8adbbe9251650ed27e9142ddef5311a5c18fb | |
| parent | 0065fcd2b5870c89a838b93ccc145eb501d19f46 (diff) | |
| download | HydroRoll-0a8a015f51246a313241fd66e0a0b23a81f14268.tar.gz HydroRoll-0a8a015f51246a313241fd66e0a0b23a81f14268.zip | |
chore(workflow): update build-api workflow to change branch name and commit message
| -rw-r--r-- | .github/workflows/build-api.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index a854950..306e8f6 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -45,5 +45,5 @@ jobs: - name: Commit uses: stefanzweifel/git-auto-commit-action@v5 with: - branch: master + branch: main commit_message: "chore(docs): update api docs with sphinx-apidoc"
\ No newline at end of file |
