From c27879ae1bf9e917fda953faa3b72043b81d8c2a Mon Sep 17 00:00:00 2001 From: sarisia Date: Wed, 14 Aug 2024 10:20:28 +0000 Subject: [PATCH] revert wrongly included changes --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2839b024..14848f2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,10 +11,8 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@v1 - with: - ref: output-payload - + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io