1
0
mirror of synced 2026-02-13 21:16:57 +00:00

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
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