GitHub actions - get absolute path to working directory

Viewed 10298

In Maven, I need to provide absolute path to a directory in my project. How can I get absolute path to the directory GitHub action is running in?

1 Answers
Related