Skip to content

Commit ce8286c

Browse files
committed
Troubleshooting github action
1 parent 7043650 commit ce8286c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update_helpfiles.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ name: "Powershell Update Help Files PR"
88
on:
99
push:
1010
branches:
11-
- 'weekly_update_help_files_*'
11+
- 'weekly_test_*'
12+
permissions:
13+
pull-requests: write
1214

1315
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1416
jobs:
@@ -36,7 +38,7 @@ jobs:
3638
REVIEWERS: timayabi2020
3739
ASSIGNEDTO: timayabi2020
3840
LABELS: generated
39-
BASE: main
41+
BASE: github_action_failure
4042
HEAD: ${{steps.create_branch.outputs.branch}}
4143
run: |
4244
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1

0 commit comments

Comments
 (0)