This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Commit 587762c
committed
Fix misused environment variable name
Action was attempting to find the GitHub home directory using the `GITHUB_HOME` environment variable, but the correct one is simple `HOME`. A simple change was made to the Test Run workflow in which the image is pushed on behalf of matootie, instead of a value specified in a secret.
.github/workflows/test.yml | 2 +-
dist/index.js | 2 +-
index.js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)1 parent f0c0947 commit 587762c
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
980 | | - | |
| 980 | + | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments