We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
working-directory
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per the title it would be great if this supported working-directory to set the folder where you are running code for a step
The path is so strict that when folder structure is not always static it makes working with save / restore very difficult.
The text was updated successfully, but these errors were encountered: