diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 536e9a8..960a2a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - run: echo "${{github.repositoryUrl}}" + - run: echo "${{github.sha}}" # - name: Checkout cuqmbr/homelab repository # run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch # - name: Setup ansible