diff --git a/actions/git/plugin.yaml b/actions/git/plugin.yaml index ff4748e99..c057b2d12 100644 --- a/actions/git/plugin.yaml +++ b/actions/git/plugin.yaml @@ -14,5 +14,7 @@ actions: - name: SSH_AGENT_PID value: ${env.SSH_AGENT_PID} optional: true - + - name: GITHUB_SERVER_URL + value: ${env.GITHUB_SERVER_URL} + optional: true notify_on_error: false