Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs authored Jan 1, 2024
1 parent 10404cd commit 3e2aba5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatic check for updates, if new version is available, submit a pull request
# to update the version number in .github/workflows/build.yml

name: autobump
name: syncver
on:
schedule:
- cron: "35 4 * * *"
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
with:
token: ${{ secrets.CPR_TOKEN }}
commit-message: "Bump version to ${{ steps.check-update.outputs.new_version }}"
title: "Bump version to ${{ steps.check-update.outputs.new_version }}"
body: "Bump version to ${{ steps.check-update.outputs.new_version }}"
branch: autobump
title: "Sync version to ${{ steps.check-update.outputs.new_version }}"
body: "Sync version to ${{ steps.check-update.outputs.new_version }}"
branch: syncver
branch-suffix: timestamp
delete-branch: true

0 comments on commit 3e2aba5

Please sign in to comment.