Skip to content

Commit

Permalink
refactor(workflows): 🎉 update action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 11, 2023
1 parent 0652518 commit 497d42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set environment secret to env variable
run: |
export MY_SECRET_VARIABLE=env_test
export MY_SECRET_VARIABLE="env_test"
- name: test echo
run: echo $MY_SECRET_VARIABLE
Expand Down

0 comments on commit 497d42f

Please sign in to comment.