Skip to content

Commit

Permalink
ci: Rename update-docs name and working branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jul 4, 2024
1 parent d83dbc9 commit f8d3b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT

name: update-docs
name: Generate v1 API/Config docs

on:
push:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
commit-message: 'chore(docs): Update Rust & TS docs'
branch: docs/release
branch: ci/v1/update-api-docs
path: tauri-docs
title: Update Docs
labels: 'new release'
Expand Down

0 comments on commit f8d3b18

Please sign in to comment.