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.
1 parent ce8286c commit ad925f2Copy full SHA for ad925f2
.github/workflows/update_helpfiles.yml
@@ -11,7 +11,7 @@ on:
11
- 'weekly_test_*'
12
permissions:
13
pull-requests: write
14
-
+
15
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
jobs:
17
updateHelpsDocsPR:
@@ -38,7 +38,7 @@ jobs:
38
REVIEWERS: timayabi2020
39
ASSIGNEDTO: timayabi2020
40
LABELS: generated
41
- BASE: github_action_failure
+ BASE: main
42
HEAD: ${{steps.create_branch.outputs.branch}}
43
run: |
44
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1
0 commit comments