Commit 37955ed
committed
Fix the value of GH_REPO
See https://github.com/xsnippet/xsnippet-api/actions/runs/8339394829/job/22821304489.
Apparentely, `repository.name` does not include the owner name (contrary to what
https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
suggests...).1 parent 706d569 commit 37955ed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
0 commit comments