mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-01 19:12:57 +00:00
This?
This commit is contained in:
parent
0d6b70600d
commit
082e895a2f
6
.github/workflows/dependency-updates.yml
vendored
6
.github/workflows/dependency-updates.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
id: outdated
|
||||
run: |
|
||||
outdated=$(dotnet outdated ${{ env.solutionFile }} -u)
|
||||
echo "::set-output name=updates::$outdated"
|
||||
echo "::set-output name=updates::$(echo "$outdated")"
|
||||
|
||||
- name: Check for changes
|
||||
id: changes
|
||||
@ -49,13 +49,11 @@ jobs:
|
||||
if: env.changes == 'true'
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
#token: ${{ secrets.PAT }}
|
||||
branch: "update/${{ env.date }}"
|
||||
labels: dependencies
|
||||
delete-branch: true
|
||||
commit-message: "Update packages"
|
||||
#committer: GitHub <noreply@github.com>
|
||||
#author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||
assignees: ${{ env.reviewer }}
|
||||
reviewers: ${{ env.reviewer }}
|
||||
base: ${{ env.baseBranch }}
|
||||
|
Loading…
Reference in New Issue
Block a user