"Could not retrieve values: Not found"
See original GitHub issue - 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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there anyway to suppress these problems before this issue get fixed?
This seems to be because the action uses
action.yaml
and the extension is looking foraction.yml
. There is fallback code that should look for either file, but apparently that’s not working in this case.