Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-kernels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Update Kernels

on:

Check warning on line 4 in .github/workflows/update-kernels.yml

View workflow job for this annotation

GitHub Actions / Lints and Scans

4:1 [truthy] truthy value should be one of [false, true]
workflow_dispatch:
schedule:
- cron: '30 6 * * *'
Expand All @@ -20,7 +20,7 @@
id-token: write
steps:
- name: Checkout crawler
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Check warning on line 23 in .github/workflows/update-kernels.yml

View workflow job for this annotation

GitHub Actions / Lints and Scans

23:73 [comments] too few spaces before comment: expected 2

- name: Run crawler for x86_64
id: crawler_x86_64
Expand All @@ -41,7 +41,7 @@
mkdir site/aarch64
mv ${{ steps.crawler_aarch64.outputs.json }} site/aarch64/list.json

- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
- uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
with:
path: 'site'

Expand Down
Loading