feat: add README auto-updater workflow and cache input to setup-bazel
Update README Actions Table / update-readme (push) Failing after 28s

This commit is contained in:
2026-06-13 00:55:07 -07:00
parent 3d7e1131e7
commit 58159ceebe
4 changed files with 129 additions and 1 deletions
+5
View File
@@ -9,6 +9,10 @@ inputs:
description: 'Gitea token for private dependency authentication'
required: false
default: ''
cache:
description: 'Used to specify a package manager for caching in actions/setup-node'
required: false
default: ''
runs:
using: 'composite'
@@ -17,6 +21,7 @@ runs:
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node_version }}
cache: ${{ inputs.cache }}
- name: Set up Bazel (Bazelisk)
shell: bash