From 391e794ee9fcaa31af2f37d78e3cc6914f703eda Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 13 Dec 2023 05:49:06 -0500 Subject: [PATCH] more brewkit@v1 ci/cd fixes --- .github/workflows/new-version.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index fce98a12..c04492dd 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -22,7 +22,7 @@ jobs: pkgs: ${{ steps.divide.outputs.pkgs }} steps: - run: | - var="$(echo ${{ inputs.projects }} | jq -R -s -c 'split(" ")') + var="$(echo ${{ inputs.projects }} | jq -R -s -c 'split(" ")')" echo "pkgs=$var" >> $GITHUB_OUTPUT id: divide @@ -42,6 +42,8 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false + permissions: + issues: write steps: - uses: actions/checkout@v4 - uses: ./.github/actions/complain