Actualiser .forgejo/workflows/actions-demo.yml
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 6s
Some checks failed
Actions Demo / get-changed-folders (push) Failing after 6s
This commit is contained in:
parent
f0f82c568a
commit
f2e45c80e4
|
|
@ -8,6 +8,8 @@ jobs:
|
||||||
get-changed-folders:
|
get-changed-folders:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Current token
|
||||||
|
run: echo ${{ secrets.GITHUB_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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue