ci: Refactor GitHub workflows

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2022-10-21 09:36:43 +03:00
parent 6f6c097980
commit bb1078d610
No known key found for this signature in database
GPG key ID: 3299AEB0E4085BAF
9 changed files with 136 additions and 95 deletions

View file

@ -1,4 +1,4 @@
name: Update Components
name: update
on:
workflow_dispatch:
@ -12,10 +12,10 @@ permissions:
jobs:
update-components:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3