diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-07 23:45:50 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-07 23:45:50 -0400 |
| commit | 119092de562c2781927aaf81d0ce3feeab3b0a64 (patch) | |
| tree | a49ea5b76aa87840c6cbf066fde8ef5fa5566b55 /.github/workflows | |
| parent | 77a4ef57aa9b120a40ed59720018ba897b539c8e (diff) | |
| download | x-119092de562c2781927aaf81d0ce3feeab3b0a64.tar.xz x-119092de562c2781927aaf81d0ce3feeab3b0a64.zip | |
fix???
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f62e862..d3579f3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,10 @@ jobs: runs-on: alrest-x steps: - uses: actions/checkout@v4 + with: + persist-credentials: false + fetch-tags: true + fetch-depth: 0 - name: build essential run: | |
