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: on:
push: push:
paths-ignore: paths-ignore:
- '**/.forgejo' - "**/+(.forgejo)"
jobs: 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.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.FORGEJO_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
ignore: "**/+(.forgejo)" ignore: "**/+(.forgejo)"
foldersOnly: true foldersOnly: true
- name: Echo changed files - name: Echo changed files