Skip to content

Commit 7b2341f

Browse files
authored
(Fix): Forward env var for git-lfs (#987)
This is required for codespaces to work when using the git-lfs pre-commit Trunk Action
1 parent 2a17766 commit 7b2341f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

actions/git/plugin.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ actions:
1414
- name: SSH_AGENT_PID
1515
value: ${env.SSH_AGENT_PID}
1616
optional: true
17-
17+
- name: GITHUB_SERVER_URL
18+
value: ${env.GITHUB_SERVER_URL}
19+
optional: true
1820
notify_on_error: false

0 commit comments

Comments
 (0)