Skip to content

Commit

Permalink
change syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alixlahuec committed Sep 21, 2024
1 parent e957469 commit 4494606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Dump job env
run: |
echo "$env.RUN_STORYBOOK"
echo "$RUN_STORYBOOK"
echo "${{ fromJSON(env.RUN_STORYBOOK) }}"
- name: Checkout code
Expand Down

0 comments on commit 4494606

Please sign in to comment.