Update .forgejo/workflows/update-index.yml

This commit is contained in:
KillerBossOriginal 2025-02-16 21:27:04 +01:00
parent e3b0f2a0d6
commit c00081b838

View file

@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.target_commitish }}
- name: Setup Node.js
uses: actions/setup-node@v3