mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
more brewkit@v1 ci/cd fixes
This commit is contained in:
parent
2b6d713832
commit
391e794ee9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/new-version.yml
vendored
4
.github/workflows/new-version.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue