feat: add README auto-updater workflow and cache input to setup-bazel
Update README Actions Table / update-readme (push) Failing after 28s
Update README Actions Table / update-readme (push) Failing after 28s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user