From 4b1ad255e180f8d16111b83e1ed31fc14beeffd9 Mon Sep 17 00:00:00 2001 From: Andreas Rocznik Date: Wed, 4 Dec 2024 11:13:16 +0200 Subject: [PATCH] Update .github/workflows/lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e129d60..5ff637c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Verify Compose File + - name: Verify Action run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml - name: tag latest after success - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' id: tag run: | git tag -f latest