Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support working-directory #1529

Open
F-WRunTime opened this issue Jan 10, 2025 · 0 comments
Open

Support working-directory #1529

F-WRunTime opened this issue Jan 10, 2025 · 0 comments

Comments

@F-WRunTime
Copy link

Per the title it would be great if this supported working-directory to set the folder where you are running code for a step

    - name: Save ${{ inputs.target }} 
      if: always()
      working-directory: ${{ inputs.workdir }}
      uses: actions/cache/save@v4.2.0
      with:
        path: "file.tar.gz"
        key: ${{ inputs.target }}-corpus-${{ github.run_id }}

The path is so strict that when folder structure is not always static it makes working with save / restore very difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant