We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e65b1 commit 345702aCopy full SHA for 345702a
.github/workflows/build_latest.yml
@@ -10,7 +10,6 @@ jobs:
10
if: github.repository == 'BimberLab/DiscvrLabKeyModules'
11
runs-on: ubuntu-latest
12
steps:
13
-
14
- name: "Find default branch"
15
- uses: octokit/request-action@v2.x
16
id: get_default_branch
@@ -20,6 +19,8 @@ jobs:
20
19
repo: DiscvrLabKeyModules
21
env:
22
GITHUB_TOKEN: ${{ secrets.PAT }}
+
23
+ - name: "Print branch"
24
- run: "Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
25
26
- name: "Build DISCVR"
0 commit comments