Skip to content

update non-executable workflows #1617

update non-executable workflows

update non-executable workflows #1617

Workflow file for this run

name: "Eeprom build/test"
on:
pull_request:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
push:
paths:
- "eeprom/**"
- "i2c/**"
- "include/i2c/**"
- "include/eeprom/**"
- "common/**"
- "include/common/**"
- "common/**"
- "include/can/**"
- "cmake/*"
- "!cmake/Arduino*"
- "CMakeLists.txt"
- "CMakePresets.json"
- ".clang-format"
- ".clang-tidy"
- ".github/workflows/eeprom.yaml"
branches:
- "*"
tags:
- "eeprom@*"
workflow_dispatch:
jobs:
run-non-executable-workflow:
uses: ./.github/workflows/non-executable-workflow.yaml
with:
target: bootloader
secrets: eeprom

Check failure on line 47 in .github/workflows/eeprom.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/eeprom.yaml

Invalid workflow file

invalid value for secrets. Expected "inherit" keyword or explicit map of secrets