You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an action that can be manually invoked which will reproduce the issue
name: test manual invocation
on:
workflow_dispatch:
inputs:
product:
description: "The product for which to run this workflow"
required: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(format('{{ "include"{0} [{{ "project"{0} "{1}" }}] }}',':',github.event.inputs.product)) }}
steps:
- uses: actions/[email protected]
- run: |
echo the project value is ${{ matrix.project }}
When using the following expression
get the following error
expecting a string with ${{...}} expression or matrix, but found plain text node [syntax-check]
The expression works fine and will create a job instance for the single item?
Using actionlint via https://github.com/reviewdog/action-actionlint using release
v.1.28.0
which uses actionlint1.6.16
The text was updated successfully, but these errors were encountered: