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 }}
|
pkgs: ${{ steps.divide.outputs.pkgs }}
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
var="$(echo ${{ inputs.projects }} | jq -R -s -c 'split(" ")')
|
var="$(echo ${{ inputs.projects }} | jq -R -s -c 'split(" ")')"
|
||||||
echo "pkgs=$var" >> $GITHUB_OUTPUT
|
echo "pkgs=$var" >> $GITHUB_OUTPUT
|
||||||
id: divide
|
id: divide
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/complain
|
- uses: ./.github/actions/complain
|
||||||
|
|
Loading…
Reference in a new issue