Actualiser .forgejo/workflows/actions-demo.yml

This commit is contained in:
TheThomaas 2024-06-26 21:03:30 +00:00
parent 53aa99d631
commit 6869a717f6

View file

@ -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