We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I had:
matrix: python-version: [3.7, 3.8]
and
steps: - uses: actions/checkout@v2 - name: "Set up Python" uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }}
This works on GitHub but act shows:
act
ERRO[0004] Unable to interpolate string '${{ matrix.python-version }}' - [ReferenceError: 'version' is not defined]
The text was updated successfully, but these errors were encountered:
Related: #315
Sorry, something went wrong.
@adamtheturtle - this looks like it was fixed just a couple days ago in 0.2.12 #287 (comment)
0.2.12
Thank you.
No branches or pull requests
I had:
and
This works on GitHub but
act
shows:The text was updated successfully, but these errors were encountered: