Skip to content

Commit

Permalink
remove part that doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed May 30, 2024
1 parent ec7f34c commit 420cb7d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test_env_set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,3 @@ jobs:
run: echo "$EXAMPLESUFFIX"
- name: get env var
run: echo "${{ env.EXAMPLESUFFIX }}"
- name: set env var
if: github.event_name == 'pull_request'
run: echo "just setting value"
env:
EXAMPLESUFFIX: "set through step only for pull request"
- name: get env var
run: echo "$EXAMPLESUFFIX"
- name: set env var
if: github.event_name != 'pull_request'
run: echo "just setting value"
env:
EXAMPLESUFFIX: "set through step NOT for pull request"
- name: get env var
run: echo "$EXAMPLESUFFIX"

0 comments on commit 420cb7d

Please sign in to comment.