Skip to content

Commit 3ee443b

Browse files
authored
Looks like ref has to be a valid branch
For mbed-os-ci-scripts the ref was set to 'triage_test' which was a valid branch for that repo, however it looks like somone deleted that branch causing the script to fail. This commit updates the ref to 'master' which should hopefully fix the issue.
1 parent 4440041 commit 3ee443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: ARMmbed/mbed-os-ci-scripts
2222
token: ${{ secrets.ISSUE_TRIAGING_PERMS }}
2323
path: scripts
24-
ref: mbed-os-ci-scripts
24+
ref: master
2525

2626
- name: Run the script
2727
run: |

0 commit comments

Comments
 (0)