diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index a9aa223..a013e90 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -7,8 +7,7 @@ jobs: container: image: alpine:3.19 steps: - - run: | - grep Alpine /etc/os-release - ping -c 20 asandikci.com - iptables -L - echo SUCCESS \ No newline at end of file + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 \ No newline at end of file