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
|
||||
steps:
|
||||
- name: Current token
|
||||
run: echo ${{ secrets.GITEA_TOKEN }}
|
||||
run: echo ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: get-changed-folders
|
||||
id: get_changed
|
||||
uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0
|
||||
with:
|
||||
github-token: ${{ secrets.GITEA_TOKEN }}
|
||||
github-token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
ignore: "**/+(.forgejo)"
|
||||
foldersOnly: true
|
||||
- name: Echo changed files
|
||||
|
|
|
|||
Loading…
Reference in a new issue