Skip to content

Commit 4964c1f

Browse files
committed
Pass through all env
1 parent 201989a commit 4964c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const {
1717
try {
1818
const options = {
1919
env: {
20+
...process.env,
2021
refName: GITHUB_REF?.split('/').pop() || '',
2122
repo: `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git`,
2223
sourceType: GITHUB_REF?.split('/')[1] == 'heads' ? 'branch' : 'tag',

0 commit comments

Comments
 (0)