mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/14739/head
parent
444004110e
commit
3ee443bfde
|
@ -21,7 +21,7 @@ jobs:
|
|||
repository: ARMmbed/mbed-os-ci-scripts
|
||||
token: ${{ secrets.ISSUE_TRIAGING_PERMS }}
|
||||
path: scripts
|
||||
ref: mbed-os-ci-scripts
|
||||
ref: master
|
||||
|
||||
- name: Run the script
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue