From 0e7ae54c569ed158ed10e13a677320ab4c75095f Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Tue, 16 Jan 2024 20:04:30 +0000 Subject: [PATCH] one more test --- .github/workflows/build-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 8bf3bad751..ef92cdcaa4 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -271,9 +271,9 @@ jobs: with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} - - name: install pkg-config + - name: echo user shell: bash - run: sudo apt-get install pkg-config + run: echo whoami - uses: ./.github/actions/build-push-kotsadm-image with: chainguard-gcp-wif-pool: ${{ secrets.CHAINGUARD_GCP_WIF_POOL }}