You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: git-launcher/README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ no shell expansion in the parse step.
131
131
| --- | --- |
132
132
|`REPO_URL`| Git URL of the upstream workload repo (`https://…` or `git@…`). |
133
133
|`COMMIT_SHA`|**Full** 40-hex SHA-1 or 64-hex SHA-256. Branches, tags, and short SHAs are rejected. |
134
-
|`WORK_DIR`| Local directory used as the checkout. Created if missing. Reused on subsequent runs as long as the existing clone's `origin` URL matches `REPO_URL`. |
134
+
|`WORK_DIR`| Local directory used as the checkout. Created if missing. Reused on subsequent runs as long as the existing clone's `origin` URL matches `REPO_URL`. Scrubbed before each launch; keep mutable app state outside this directory. |
0 commit comments