diff --git a/.forgejo/workflows/actions-demo.yml b/.forgejo/workflows/actions-demo.yml index 3f36609..f5eb066 100644 --- a/.forgejo/workflows/actions-demo.yml +++ b/.forgejo/workflows/actions-demo.yml @@ -7,7 +7,7 @@ jobs: steps: - name: get-changed-folders id: get_changed - uses: Stockopedia/action-get-changed-files@v2.0.0 + uses: https://github.com/Stockopedia/action-get-changed-files@v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} ignore: "**/+(.forgejo)"