We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd18ce commit 6c79490Copy full SHA for 6c79490
.github/workflows/build_latest.yml
@@ -19,6 +19,8 @@ jobs:
19
repo: DiscvrLabKeyModules
20
env:
21
GITHUB_TOKEN: ${{ secrets.PAT }}
22
+
23
+ - name: "Print default branch"
24
run: "Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
25
26
- name: "Build DISCVR"
0 commit comments