diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index cb1aa94..ffe98c1 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -40,8 +40,9 @@ jobs: - name: Checkout deploy-tools uses: actions/checkout@v4 with: - repository: git.gmetri.io/gmetribin/deploy-tools - ref: v1.1.9 + github-server-url: ${{ github.server_url }} + repository: gmetribin/deploy-tools + ref: v1.1.10 path: deploy-tools # token: $\{{ github.token }} # DEFAULT / Any pushes with github.token don't trigger a chained build