Skip to content

Commit 804e823

Browse files
committed
Add quotes
1 parent 62e784a commit 804e823

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
needs: setup-bonsai
2121
steps:
22-
- run: echo ${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}
22+
- name: Print bonsai-env-artifact
23+
run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
2324

2425
python-linting:
2526
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main

0 commit comments

Comments
 (0)