Actualiser .forgejo/workflows/actions-demo.yml
This commit is contained in:
parent
53aa99d631
commit
6869a717f6
|
|
@ -3,18 +3,16 @@ run-name: Testing out Actions 🚀
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**/.forgejo'
|
||||
- "**/+(.forgejo)"
|
||||
jobs:
|
||||
get-changed-folders:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Current 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.FORGEJO_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ignore: "**/+(.forgejo)"
|
||||
foldersOnly: true
|
||||
- name: Echo changed files
|
||||
|
|
|
|||
Loading…
Reference in a new issue