Skip to content

Commit

Permalink
test env var more
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed May 29, 2024
1 parent 72ee324 commit 7a82995
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_env_set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ on:
branches:
- "**"

env:
EXAMPLESUFFIX: replaceme

jobs:
test_env_set:
runs-on: [ubuntu-latest]
steps:
- name: get env var
run: echo "$EXAMPLESUFFIX"
- name: set env var
run: echo "EXAMPLESUFFIX=_dev" >> "$GITHUB_ENV"
- name: get env var
Expand Down

0 comments on commit 7a82995

Please sign in to comment.