Actualiser .forgejo/workflows/actions-demo.yml
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 5s
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 5s
This commit is contained in:
parent
9deb5a6fe5
commit
53aa99d631
|
|
@ -9,12 +9,12 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Current token
|
- name: Current token
|
||||||
run: echo ${{ secrets.GITEA_TOKEN }}
|
run: echo ${{ secrets.FORGEJO_TOKEN }}
|
||||||
- name: get-changed-folders
|
- name: get-changed-folders
|
||||||
id: get_changed
|
id: get_changed
|
||||||
uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0
|
uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITEA_TOKEN }}
|
github-token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
ignore: "**/+(.forgejo)"
|
ignore: "**/+(.forgejo)"
|
||||||
foldersOnly: true
|
foldersOnly: true
|
||||||
- name: Echo changed files
|
- name: Echo changed files
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue