From 0902ffb7682f11a22d85a5532231e68497f53afd Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 24 Apr 2024 11:23:27 +1200 Subject: [PATCH] =?UTF-8?q?chore:=20Bump=20gitea=20provider=20=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af43005..43b1eca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' - - name: Lint with ansible-lint + - name: Lint with yamllint run: yamllint . env: PY_COLORS: '1' @@ -70,9 +70,10 @@ jobs: -O .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea && \ chmod a+x .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea env: - GITEA_PROVIDER_VER: 1.0.9 + GITEA_PROVIDER_VER: 1.0.10 - run: | echo "github repo: ${GITHUB_REPOSITORY}" + echo "env vars: $(env)" - uses: go-semantic-release/action@v1 with: custom-arguments: --provider=gitea