feature test
This commit is contained in:
@ -12,9 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
ls -la ${{ github.event.inputs.package }}/
|
||||||
make -C ${{ github.event.inputs.package }} all publish
|
make -C ${{ github.event.inputs.package }} all publish
|
||||||
|
|||||||
Reference in New Issue
Block a user