You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It writes the output when i use steps.files.outputs.metrics_all_changed_files , but the list is too long so that i wanted to write the output to a json file and read from it later.
To Reproduce
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
no json file is created in .github/outputs
Relevant log output
the result in github action :
Run ls -la .github/
total 12
drwxr-xr-x 3 root root 4096 Nov [29]
drwxr-xr-x 5 root root 4096 Nov 29 09:22 ..
drwxr-xr-x 3 root root 4096 Nov 29 09:22 workflows
ls: cannot access '.github/outputs': No such file or directory
Error: Process completed with exit code 2.
Has all relevant logs been included?
I've included all relevant logs
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
jackton1
changed the title
files_yaml + json not writes the output to json file
files_yaml + json does not writes the output to json file
Nov 29, 2023
jackton1
changed the title
files_yaml + json does not writes the output to json file
files_yaml + json does not write the outputs toa json file
Nov 29, 2023
jackton1
changed the title
files_yaml + json does not write the outputs toa json file
files_yaml + json does not write the outputs to a json file
Nov 29, 2023
jackton1
changed the title
files_yaml + json does not write the outputs to a json file
[BUG] files_yaml + json does not write the outputs to a json file
Nov 30, 2023
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
using the following pattern in files changes:
It writes the output when i use steps.files.outputs.metrics_all_changed_files , but the list is too long so that i wanted to write the output to a json file and read from it later.
To Reproduce
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
no json file is created in .github/outputs
Relevant log output
Has all relevant logs been included?
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: