Skip to content

Commit

Permalink
refactor(ci): leverage bash internal test
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Jan 29, 2025
1 parent e6616f5 commit 1027ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/urlwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
id: run-urlwatch
run: |
# Move downloaded cache if exists
if [ -f cache.db ]; then
if [[ -f cache.db ]]; then
mv cache.db ~/.cache/urlwatch/
fi
Expand Down

0 comments on commit 1027ff8

Please sign in to comment.