We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dade3bb + f8e2132 commit 1ab6fa2Copy full SHA for 1ab6fa2
.github/workflows/atc-coding-rules-update.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --list --show-origin
33
- run: |
34
dotnet build -c Release
35
- - name: 💾Create pr
+ - name: 💾Create PR
36
uses: peter-evans/create-pull-request@v3
37
with:
38
commit-message: 'Pipeline ran atc-coding-rules-updater Build: ${{ env.GITHUB_RUN_ID}}'
@@ -41,3 +41,4 @@ jobs:
41
labels: automated pr
42
branch: ${{ env.BRANCH_NAME }}
43
delete-branch: true
44
+ token: ${{ secrets.PAT_WORKFLOWS }}
0 commit comments