Skip to content

Commit 5136306

Browse files
event type added to env in test_cra.yml
1 parent 31a0c73 commit 5136306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_cra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- name: Set Options Environment Variable
1818
run: |
19+
echo "EVENT_NAME=${{ github.event_name }}" >> $GITHUB_ENV
1920
GIT_DOMAIN_OPTION=""
2021
if [[ -n "${{ vars.GIT_DOMAIN }}" ]]; then
2122
GIT_DOMAIN_OPTION=" --git.domain=${{ vars.GIT_DOMAIN }}"

0 commit comments

Comments
 (0)