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 43f6eae commit 972a202Copy full SHA for 972a202
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
id: assert
29
run: |
30
curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -L -o ci/runner_env.sh \
31
- https://raw.githubusercontent.com/analogdevicesinc/ci/ci/runner_env.sh
+ https://raw.githubusercontent.com/analogdevicesinc/linux/ci/ci/runner_env.sh
32
source ./ci/runner_env.sh
33
export_labels
34
@@ -43,6 +43,6 @@ jobs:
43
job_fail_sync_main: ${{needs.sync_branches.outputs.fail}}
44
45
46
47
48
assert_labels
0 commit comments