No such file or directory
See original GitHub issueThis error started today, for no apparent reason:
Error: .github/workflows/test.yml (Line: 85, Col: 16):
Error: The template is not valid. .github/workflows/test.yml (Line: 85, Col: 16): An error occurred trying to start process '/home/runner/runners/2.290.1/externals/node16/bin/node' with working directory '/__w/my-project/my-project'. No such file or directory
Here is the test.yml
. Line 85 is key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
[...]
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
[...]
Issue Analytics
- State:
- Created a year ago
- Reactions:35
- Comments:13 (4 by maintainers)
Top Results From Across the Web
"No such file or directory" but it exists - Stack Overflow
I got this error “No such file or directory” but it exists because my file was created in Windows and I tried to...
Read more >FileNotFoundError: [Errno 2] No such ... - Net-Informations.Com
In the above code, you are not giving the full path to a file to the open() function, just its name - a...
Read more >Python FileNotFoundError: [Errno 2] No such file or directory ...
The Python FileNotFoundError: [Errno 2] No such file or directory error is often raised by the os library. This error tells you that...
Read more >How to Solve No Such File or Directory Error in Python
To solve no such file or directory error in Python, ensure that the file exists in your provided path. To check all the...
Read more >“.h: No such file or directory" - 2 Easy fixes to Arduino error
The easiest way is to go to Sketch > Include Library > Manage Libraries. The Arduino IDE will open up a dialogue box...
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
Hey folks, thanks for being patient while we investigated this issue.
This should be fixed now, any future jobs you queue should work as expected. Please let me know if you see any more issues.
👋 I’ve notified the Actions team of this issue