feat: gitea -> forgejo
This commit is contained in:
parent
dccf1ad44c
commit
52e7590325
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue