Skip to content

Commit cd64302

Browse files
move shared env var file used in workflows (#32)
1 parent 694b78e commit cd64302

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
File renamed without changes.

.github/workflows/check-generated.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Export constant environmental variables
2424
uses: cardinalby/export-env-action@v2
2525
with:
26-
envFile: .github/workflows/constants.env
26+
envFile: .github/constants.env
2727

2828
- name: Install Go
2929
uses: actions/setup-go@v4

.github/workflows/lint-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Export constant environmental variables
1919
uses: cardinalby/export-env-action@v2
2020
with:
21-
envFile: .github/workflows/constants.env
21+
envFile: .github/constants.env
2222

2323
- name: Install Go
2424
uses: actions/setup-go@v4

.github/workflows/lint-go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Export constant environmental variables
2222
uses: cardinalby/export-env-action@v2
2323
with:
24-
envFile: .github/workflows/constants.env
24+
envFile: .github/constants.env
2525

2626
- name: Install Go
2727
uses: actions/setup-go@v4
@@ -50,7 +50,7 @@ jobs:
5050
- name: Export constant environmental variables
5151
uses: cardinalby/export-env-action@v2
5252
with:
53-
envFile: .github/workflows/constants.env
53+
envFile: .github/constants.env
5454

5555
- name: Install Go
5656
uses: actions/setup-go@v4
@@ -77,7 +77,7 @@ jobs:
7777
- name: Export constant environmental variables
7878
uses: cardinalby/export-env-action@v2
7979
with:
80-
envFile: .github/workflows/constants.env
80+
envFile: .github/constants.env
8181

8282
- name: Install Go
8383
uses: actions/setup-go@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Export constant environmental variables
2525
uses: cardinalby/export-env-action@v2
2626
with:
27-
envFile: .github/workflows/constants.env
27+
envFile: .github/constants.env
2828

2929
- name: Checkout tags
3030
run: git fetch --force --tags

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Export constant environmental variables
2222
uses: cardinalby/export-env-action@v2
2323
with:
24-
envFile: .github/workflows/constants.env
24+
envFile: .github/constants.env
2525

2626
- name: Install Go
2727
uses: actions/setup-go@v4
@@ -49,7 +49,7 @@ jobs:
4949
- name: Export constant environmental variables
5050
uses: cardinalby/export-env-action@v2
5151
with:
52-
envFile: .github/workflows/constants.env
52+
envFile: .github/constants.env
5353

5454
- name: Install Go
5555
uses: actions/setup-go@v4

.github/workflows/vuln.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Export constant environmental variables
2424
uses: cardinalby/export-env-action@v2
2525
with:
26-
envFile: .github/workflows/constants.env
26+
envFile: .github/constants.env
2727

2828
- name: Install Go
2929
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)