Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jul 30, 2024
1 parent 23540d5 commit 7b994dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check version tags and post reminders
id: check_versions
run: |
FILES="${{ env.FILES }}"
FILES="${{ github.steps.modified_files.outputs.FILES }}"
FACETS=$(echo "$FILES" | grep -E '^src/Facets/.*\.sol$')
PERIPHERY=$(echo "$FILES" | grep -E '^src/Periphery/.*\.sol$')
Expand Down

0 comments on commit 7b994dc

Please sign in to comment.