question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Could not retrieve values: Not found"

See original GitHub issue

image

      - name: Trigger e2e tests for Insider
        if: ${{ steps.check_published_version.outputs.new_insider_version }}
        uses: benc-uk/workflow-dispatch@v1
        with:
          workflow: E2E tests after release on VSIX
          token: ${{ secrets.GH_TOKEN }}
          inputs: '{ "extension_type": "insider", "extension_version": "${{ steps.check_published_version.outputs.new_insider_version }}" }'

Seems to happen on the with values of external actions.

https://github.com/cschleiden/vscode-github-actions/issues/123#tasklist-block-8c79e475-a090-4bc0-a0ce-c2bceab02c74

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
FrostyLeafcommented, Jan 7, 2022

Is there anyway to suppress these problems before this issue get fixed?

2reactions
cschleidencommented, Sep 8, 2021

This seems to be because the action uses action.yaml and the extension is looking for action.yml. There is fallback code that should look for either file, but apparently that’s not working in this case.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not retrieve values. Error executing the api
I'm trying to update a excel table in my onedrive for business using power automate, but when I try to select the table,...
Read more >
"Could not retrieve values" - Excel Tables not appearing - Reddit
I have a very simple MS Flow that is trying to connect to Excel Online (Business) tables. I go through the process and...
Read more >
Cannot retrieve values when using microsoft flow - Jotform
Hi When I tried to add a trigger "when a form is submitted" i could not get the list of my current forms.The...
Read more >
Unable to retrieve feature layers when setting up
Unable to retrieve feature layers when setting up ArcGIS Connector in ... I receive the following error message: "Could not retrieve values.
Read more >
Github actions error An action could not be found
I am sure I have entered the correct values, I am also using these values in gitlab-ci and it's working. When I pushed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found