Fix environment variable usage #92
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: Build packages (on push) | ||
# This workflow runs when any of the following occur: | ||
# - On push to branches named after ci/* | ||
on: | ||
push: | ||
# Sequence of patterns matched against refs/heads | ||
branches: | ||
- "ci/*" | ||
jobs: | ||
call-build-workflow: | ||
uses: ./.github/workflows/build.yml | ||
Check failure on line 13 in .github/workflows/build_on_push.yml GitHub Actions / Build packages (on push)Invalid workflow file
|
||
secrets: inherit |