This commit is contained in:
parent
ddf7a05607
commit
c288141b45
2 changed files with 17 additions and 13 deletions
|
@ -8,6 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set repository name to lowercase
|
||||
|
|
|
@ -6,5 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue