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.