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 c951325 commit f72505eCopy full SHA for f72505e
.github/workflows/build_gui.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
submodules: recursive
27
+ ref: ${{ github.head_ref }}
28
+ token: ${{ secrets.DEPENDABOT_PAT }}
29
30
- name: Cache pip
31
uses: actions/cache@v4
0 commit comments