Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues in .github/workflows/check-snapshots.yml
``` Don't use variables in the printf format string. Use printf '..%s..' "$foo" [shellcheck] Use -n instead of ! -z [shellcheck] Use $(...) notation instead of legacy backticks `...` ```
- Loading branch information