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
Anna Bridge 2021-06-03 16:41:30 +01:00 committed by GitHub
parent 444004110e
commit 3ee443bfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
repository: ARMmbed/mbed-os-ci-scripts repository: ARMmbed/mbed-os-ci-scripts
token: ${{ secrets.ISSUE_TRIAGING_PERMS }} token: ${{ secrets.ISSUE_TRIAGING_PERMS }}
path: scripts path: scripts
ref: mbed-os-ci-scripts ref: master
- name: Run the script - name: Run the script
run: | run: |