diff --git a/action.yaml b/action.yaml index 16048af..090643d 100644 --- a/action.yaml +++ b/action.yaml @@ -4,7 +4,7 @@ description: Checkout a Git repository at a particular version inputs: token: description: Personal access token (PAT) used to fetch the repository. - default: ${{ gitea.token }} + default: ${{ forgejo.token }} subpath: description: Limit clone to a single directory inside the repo @@ -12,4 +12,4 @@ runs: using: composite steps: - name: Checkout - run: ${{ gitea.action_path }}/entrypoint.sh + run: ${{ forgejo.action_path }}/entrypoint.sh