Update: Add Go ACME setup step to test workflow
All checks were successful
Test Action / test (push) Successful in 7s

This commit is contained in:
2026-01-11 01:52:55 +01:00
parent a914d6246d
commit 15d244166d

View File

@@ -8,6 +8,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Go ACME Setup
uses: ./
with:
repo-name: 'go-acme/lego'
token: ${{ secrets.GH_TOKEN }}
- name: Setup Hugo
uses: ./
with: