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:
|
inputs:
|
||||||
token:
|
token:
|
||||||
description: Personal access token (PAT) used to fetch the repository.
|
description: Personal access token (PAT) used to fetch the repository.
|
||||||
default: ${{ gitea.token }}
|
default: ${{ forgejo.token }}
|
||||||
subpath:
|
subpath:
|
||||||
description: Limit clone to a single directory inside the repo
|
description: Limit clone to a single directory inside the repo
|
||||||
|
|
||||||
|
@ -12,4 +12,4 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- 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