Skip to content

Fix workflow path

Fix workflow path #1

Workflow file for this run

name: Build Augmented Steam
on:
push:
branches: [develop, master]
jobs:
build-all:
strategy:
matrix:
browser: [firefox, chrome, edge]
uses: ./.github/workflows/run-build.yml

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build Augmented Steam

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 10, Col: 11): Error from called workflow IsThereAnyDeal/AugmentedSteam/.github/workflows/run-build.yml@9ec69697364e3c8f2e6bd507ec644ab5905dac58 (Line: 7, Col: 15): Unexpected value 'choice' In .github/workflows/build.yml (Line: 10, Col: 11): Error from called workflow IsThereAnyDeal/AugmentedSteam/.github/workflows/run-build.yml@9ec69697364e3c8f2e6bd507ec644ab5905dac58 (Line: 8, Col: 9): Unexpected value 'options'
with:
browser: ${{ matrix.browser }}