Doesnot list files in directory with act #1837
BhuwanPandey
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
github action have this
run: |
ls ${{ github.workspace }}
On running act , It list some files but these are not actually exists and return error says that
No such file or directory
❌ Failure - Main List files in the repository
But when i push the same code on github it get success there is no error.
And I install act on nix-shell , How to upgrade act version on nix-shell.
Beta Was this translation helpful? Give feedback.
All reactions