Skip to content

Commit 345702a

Browse files
committed
Bugfix workflow
1 parent 31e65b1 commit 345702a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
if: github.repository == 'BimberLab/DiscvrLabKeyModules'
1111
runs-on: ubuntu-latest
1212
steps:
13-
1413
- name: "Find default branch"
1514
- uses: octokit/request-action@v2.x
1615
id: get_default_branch
@@ -20,6 +19,8 @@ jobs:
2019
repo: DiscvrLabKeyModules
2120
env:
2221
GITHUB_TOKEN: ${{ secrets.PAT }}
22+
23+
- name: "Print branch"
2324
- run: "Default branch: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
2425

2526
- name: "Build DISCVR"

0 commit comments

Comments
 (0)