From 0602e38ada1ef310671f4806b920732b76f0aa0a Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 19 Dec 2024 19:07:50 +0000 Subject: [PATCH] remove logging --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c2c2822..ec06323a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -727,7 +727,6 @@ jobs: id: var with: script: | - console.log('${{ github.repository }}'.toLowerCase()) core.setOutput('github_repository', '${{ github.repository }}'.toLowerCase()) docker: name: Docker publish @@ -754,12 +753,6 @@ jobs: DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} steps: - - name: log variables - uses: actions/github-script@v7 - id: var - with: - script: | - console.log(`${{ toJson(needs) }}`) - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: