Update: Renmaed input repo-name to repository.
All checks were successful
Test Action / test (push) Successful in 5s

This commit is contained in:
2026-01-11 07:37:07 +01:00
parent a6029b9169
commit 03b8e6fa3b
5 changed files with 14 additions and 14 deletions

View File

@@ -11,20 +11,20 @@ jobs:
- name: Go ACME Setup
uses: ./
with:
repo-name: 'go-acme/lego'
repository: 'go-acme/lego'
token: ${{ secrets.GH_TOKEN }}
- name: Setup Hugo
uses: ./
with:
repo-name: 'gohugoio/hugo'
repository: 'gohugoio/hugo'
file-name: '~hugo_extended_[^a-z]'
token: ${{ secrets.GH_TOKEN }}
- name: Setup RClone
uses: ./
with:
repo-name: 'rclone/rclone'
repository: 'rclone/rclone'
token: ${{ secrets.GH_TOKEN }}
- name: Verify Installation