diff --git a/.forgejo/workflows/actions-demo.yml b/.forgejo/workflows/actions-demo.yml index c12c713..f5b60a5 100644 --- a/.forgejo/workflows/actions-demo.yml +++ b/.forgejo/workflows/actions-demo.yml @@ -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