Clarify that the restore-keys
input is a string in the docs
#543
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check dist/ | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
paths-ignore: | |
- '**.md' | |
workflow_dispatch: | |
jobs: | |
call-check-dist: | |
name: Check dist/ | |
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main | |
with: | |
node-version: "20.x" |