Skip to content

Commit a593f5a

Browse files
Merge pull request #10462 from MicrosoftDocs/main638658470858144440sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5649ee8 + 9ce609a commit a593f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/clean-repo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818

1919
# Call clean repo
2020
- name: Clean repo

Diff for: .github/workflows/whats-new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222

2323
- name: "Print manual run reason"
2424
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)