actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
9.01k stars 5.23k forks source link

Change dir (cd) comand is not working #2352

Closed diegohdez90 closed 3 months ago

diegohdez90 commented 6 months ago

In my workflow I set this command in my build job:

      - name: change dir
      run: cd <directory_name>

And this is not updating the pwd it's the same as working directory. Fix this bug.

elbrenn commented 3 months ago

This repo is for feedback on starter workflows specifically. For general Actions requests, please follow support process for assistance