renaming .github to .gitea
This commit is contained in:
@@ -25,21 +25,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Manual Git Clone
|
|
||||||
# run: |
|
|
||||||
# # Use GITEA_TOKEN for the current repo or a PAT for others
|
|
||||||
# git clone ${{ github.server_url }}/${{ gitea.repository }}.git .
|
|
||||||
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
|
|
||||||
# - uses: dorny/paths-filter@v3
|
- uses: dorny/paths-filter@v3
|
||||||
# id: filter
|
id: filter
|
||||||
# with:
|
with:
|
||||||
# filters: |
|
filters: |
|
||||||
# api:
|
api:
|
||||||
# - 'api/**'
|
- 'api/**'
|
||||||
# client:
|
client:
|
||||||
# - 'client/**'
|
- 'client/**'
|
||||||
Reference in New Issue
Block a user