Update: Add Go ACME setup step to test workflow
All checks were successful
Test Action / test (push) Successful in 7s
All checks were successful
Test Action / test (push) Successful in 7s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user