Skip to content

Commit

Permalink
chore: github workflows branch master to release
Browse files Browse the repository at this point in the history
github workflows branch master to release

Log:
  • Loading branch information
dengbo11 committed Nov 15, 2024
1 parent 70acf6b commit 27b1551
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ concurrency:

jobs:
auto_tag:
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
uses: deepin-community/.github/.github/workflows/auto-tag.yml@release
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/call-build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ concurrency:
jobs:
check_job:
if: github.event.action != 'closed' || github.event.pull_request.merged
uses: deepin-community/.github/.github/workflows/build-deb.yml@master
uses: deepin-community/.github/.github/workflows/build-deb.yml@release
secrets:
BridgeToken: ${{ secrets.BridgeToken }}
2 changes: 1 addition & 1 deletion .github/workflows/call-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ concurrency:

jobs:
build:
uses: deepin-community/.github/.github/workflows/build-tag.yml@master
uses: deepin-community/.github/.github/workflows/build-tag.yml@release
secrets:
BridgeToken: ${{ secrets.BridgeToken }}
2 changes: 1 addition & 1 deletion .github/workflows/call-chatOps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:

jobs:
chatopt:
uses: deepin-community/.github/.github/workflows/chatOps.yml@master
uses: deepin-community/.github/.github/workflows/chatOps.yml@release
secrets: inherit

0 comments on commit 27b1551

Please sign in to comment.