We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd27b8 commit 8019d68Copy full SHA for 8019d68
.github/workflows/trigger-webui.yml
@@ -66,6 +66,9 @@ jobs:
66
done
67
exit 1
68
69
+ - name: Install gh
70
+ run: apt-get install gh
71
+
72
- name: Trigger anaconda run
73
env:
74
GH_TOKEN: ${{ github.token }}
.github/workflows/trigger-webui.yml.j2
@@ -60,6 +60,9 @@ jobs:
60
61
62
63
64
65
0 commit comments