Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
sidd-harth authored Mar 21, 2024
1 parent 97027f8 commit 0578aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lab8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: echo "foo=bar" >> $GITHUB_ENV

- name: Echo the environment variable "foo" from previous step
run: echo "Hello, $foo
run: echo "Hello, $foo"

- name: Mask the "api_key" within this steps's environment variable and echo it
env:
Expand Down

0 comments on commit 0578aab

Please sign in to comment.