From cea86159a119a50098b1f685b54d1e5eba42cb42 Mon Sep 17 00:00:00 2001 From: salonichf5 <146118978+salonichf5@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:43:04 -0600 Subject: [PATCH] remove extra spaces --- .github/workflows/functional.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 8fc501b3e7..4e1ea1e106 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -9,7 +9,6 @@ on: - "v[0-9]+.[0-9]+.[0-9]+*" pull_request: - defaults: run: shell: bash @@ -20,8 +19,6 @@ permissions: jobs: functional-tests: name: Gateway Functional Tests - permissions: - contents: write # for docker/build-push-action to read repo content runs-on: ubuntu-22.04 strategy: matrix: @@ -54,7 +51,6 @@ jobs: path: ${{ github.workspace }}/dist key: nginx-gateway-fabric-${{ github.run_id }}-${{ github.run_number }} - - name: NGF Docker meta id: ngf-meta uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1