Skip to content
New issue

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 #14

Open
Adamkadaban opened this issue Apr 28, 2024 · 3 comments
Open

TypeError: value.match is not a function #14

Adamkadaban opened this issue Apr 28, 2024 · 3 comments

Comments

@Adamkadaban
Copy link

I believe I'm using the exact example code provided, but I'm getting the following error
image

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
@visdmin
Copy link

visdmin commented May 17, 2024

Experiencing the same issue.

@nichmor
Copy link

nichmor commented Jun 4, 2024

can report that it's the same problem for me

@nichmor
Copy link

nichmor commented Jun 5, 2024

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants