From 9a6024cf515770240fe9984cea06d6cda0949eea Mon Sep 17 00:00:00 2001 From: milovann Date: Sat, 3 Feb 2024 13:31:11 +0100 Subject: [PATCH] workflow --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index c363166..a19ac85 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -3,7 +3,7 @@ jobs: automate-ifc: runs-on: self-hosted steps: - - run: source ~/.bashrc + - name: install checkout - uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.