Skip to content

Commit

Permalink
more syntax checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotertj committed Jun 4, 2024
1 parent e623ba8 commit c4ab536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Run Selenium crawler script
id: crawler
if: ${{ always() && hashFiles('$DB_FILENAME') != '' }}
if: ${{ always() && hashFiles(env.DB_FILENAME) != '' }}
run: |
pip install -r requirements.txt
mkdir -p data
Expand Down

0 comments on commit c4ab536

Please sign in to comment.