Fix: Remove commented Node.js setup step and add RClone setup in test workflow
Some checks failed
Test Action / test (push) Failing after 6s
Some checks failed
Test Action / test (push) Failing after 6s
This commit is contained in:
@@ -8,18 +8,21 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Setup Node.js 24
|
- name: Setup Hugo
|
||||||
# uses: actions/setup-node@v4
|
|
||||||
# with:
|
|
||||||
# node-version: 24
|
|
||||||
|
|
||||||
- name: Test Download Hugo
|
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
repo-name: 'gohugoio/hugo'
|
repo-name: 'gohugoio/hugo'
|
||||||
file-name: '~hugo_extended_[^a-z]'
|
file-name: '~hugo_extended_[^a-z]'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
- name: Setup RClone
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
repo-name: 'rclone/rclone'
|
||||||
|
file-type: 'package'
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
run: |
|
run: |
|
||||||
hugo version
|
hugo version
|
||||||
|
rclone version
|
||||||
|
|||||||
Reference in New Issue
Block a user