Skip to content

Commit

Permalink
Update update-rete-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jan 27, 2024
1 parent 74af0ee commit e62cdf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-rete-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
get-repositories:
name: Get repositories list
runs-on: ubuntu-latest
outputs:
list: ${{ steps.repos.outputs.result }}
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
echo ${{steps.repos.outputs.result}}
update-repositories:
name: Create PR for ${{ matrix.repository }} repository
needs: get-repositories
if: success('get-repositories')
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,6 +93,7 @@ jobs:
run: |
npm i rete-cli@${{ inputs.version }}
- name: Create Pull Request
id: pr
if: steps.check.outputs.result == 'true'
uses: peter-evans/create-pull-request@v5
with:
Expand All @@ -101,3 +104,8 @@ jobs:
branch: update-rete-cli
body: "Bulk Rete CLI update"
reviewers: Ni55aN
- name: Add summary
if: steps.check.outputs.result == 'true'
run: |
echo "📰 https://github.com/retejs/rete/pull/685" >> $GITHUB_STEP_SUMMARY

0 comments on commit e62cdf5

Please sign in to comment.