mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 19:12:57 +00:00
Maybe this?
This commit is contained in:
parent
53033693d3
commit
820d607f09
6
.github/workflows/dependency-updates.yml
vendored
6
.github/workflows/dependency-updates.yml
vendored
@ -38,13 +38,13 @@ jobs:
|
||||
if: steps.changes.outputs.changes == 'true'
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
# token: ${{ secrets.PAT }}
|
||||
branch: "update/${{ steps.date.outputs.date }}"
|
||||
label: dependencies
|
||||
labels: dependencies
|
||||
delete-branch: true
|
||||
commit-message: "Update packages"
|
||||
committer: GitHub <noreply@github.com>
|
||||
author: alex289 <alex289@users.noreply.github.com>
|
||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||
assignees: alex289
|
||||
reviewers: alex289
|
||||
title: "Automatic Package Update ${{ steps.date.outputs.date }}"
|
||||
|
Loading…
Reference in New Issue
Block a user