mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-01-30 11:46:27 -03:00
Update update.yml
This commit is contained in:
parent
ea1dbe1c7a
commit
592193244b
1
.github/workflows/update.yml
vendored
1
.github/workflows/update.yml
vendored
|
@ -34,7 +34,6 @@ jobs:
|
|||
if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }}
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
base: outdated
|
||||
add-paths: ./package/
|
||||
commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }}
|
||||
|
|
Loading…
Reference in a new issue