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
Cache is hard to set up and sometimes it breaks for weird reasons.
After the restore cache action, let's add a line to print out how many URLs are in that cache.
The text was updated successfully, but these errors were encountered:
Error: that messed up the required key property of the prior line
key
Evidence: manual inspection of the YAML.
Also. If you will make further changes, please make a PR instead of an issue.
Sorry, something went wrong.
6d9ac6e
Failed, undo!
- name: Count URLs in cache run: | URL_COUNT=$(sqlite3 cache/external-links.db "SELECT COUNT(*) FROM urls;") echo "Number of URLs in cache: $URL_COUNT"
This fails if the database does not exist.
Need to have an if statement there.
Successfully merging a pull request may close this issue.
Cache is hard to set up and sometimes it breaks for weird reasons.
After the restore cache action, let's add a line to print out how many URLs are in that cache.
The text was updated successfully, but these errors were encountered: