ci: test splitting it up into several different workflows
This commit is contained in:
parent
dd6bc96691
commit
93e127ad4e
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ jobs:
|
|||
# needs this to create tags and releases
|
||||
contents: write
|
||||
steps:
|
||||
# has to checkout first in order to be able to use the action
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Use local action
|
||||
uses: ./.forgejo/actions/build-release-pdf
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue