Skip to content

Commit

Permalink
Add workflow for expoloring environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Caisip committed Dec 30, 2023
1 parent 9bab5b0 commit eb5e53d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/artifact-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ jobs:
path: hello.txt
retention-days: 1


11 changes: 11 additions & 0 deletions .github/workflows/environment-variables.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Exploring environment variables
on: push

jobs:
step_level_env_variables:
runs-on: ubuntu-latest
steps:
name: Setup and read env variables on step level
env:
MYNAME: jerome
run: echo hello $MYNAME

0 comments on commit eb5e53d

Please sign in to comment.