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
Just an idea I had while having to debug nix builds and there was issues with permissions
- name: task with absolute path @valid run: - "echo 'this file has changed: {{filepath}}'" change: - "/tmp/fzz/accepts_full_or_relativepaths.txt" - "/tmp/fzz/accepts_full_or_relativepaths2.txt" - "examples/workdir/**/*" ignore: - "examples/workdir/ignored/**/*.txt"
And I would like to set env virable to watch different paths
- name: task with absolute path @valid run: - "echo 'this file has changed: {{filepath}}'" change: - "$MY_CUSTOM_PATH/fzz/accepts_full_or_relativepaths.txt" - "{{MY_VARIABLE?}}/fzz/accepts_full_or_relativepaths2.txt" - "examples/workdir/**/*" ignore: - "examples/workdir/ignored/**/*.txt"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just an idea I had while having to debug nix builds and there was issues with permissions
And I would like to set env virable to watch different paths
The text was updated successfully, but these errors were encountered: