Closed
Description
We have a CI job that performs several operations and then verifies there is no git diff in the repo. Recently we have observed a handful of failures in CI that look like this when using this action:
$ git diff --exit-code
...
HEAD detached at pull/4986/merge
Untracked files:
(use "git add <file>..." to include in what will be committed)
tailscale.tgz
nothing added to commit but untracked files present (use "git add" to track)
diff --git a/tailscale.tgz b/tailscale.tgz
new file mode 1006[44](https://github.com/additiveai/plus/actions/runs/14363846077/job/40271859568#step:12:45)
index 0000000..c618aeb
Binary files /dev/null and b/tailscale.tgz differ
This might be related to 694e85d ?
Metadata
Metadata
Assignees
Labels
No labels