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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TypeError: value.match is not a function
I believe I'm using the exact example code provided, but I'm getting the following error
jobs: read-yaml: runs-on: ubuntu-latest steps: - name: checkout uses: actions/checkout@v3 - name: read-yaml-file uses: pietrobolcato/action-read-yaml@1.0.0 id: read_action_js with: config: ${{ github.workspace }}/config.yaml
name: example environment: name: example permissions: - name: example permission: read - name: example2 permission: write deployment: code: source: libs: path/to/libs entry: path/to/entry
The text was updated successfully, but these errors were encountered:
Experiencing the same issue.
Sorry, something went wrong.
can report that it's the same problem for me
I've made a fork and released a more minimal version of it which doesn't have this problem anymore. https://github.com/nichmor/minimal-read-yaml
feel free to use it
No branches or pull requests
I believe I'm using the exact example code provided, but I'm getting the following error
The text was updated successfully, but these errors were encountered: