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 98b2767 commit 23540d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
echo "BASE_REF: $BASE_REF"
echo "SHA: $SHA"
FILES=$(git diff --name-only origin/${BASE_REF})
echo "FILES=$FILES"
echo "FILES=$FILES" >> $GITHUB_ENV
echo "FILES=$FILES" >> GITHUB_ENV
- name: Check version tags and post reminders
id: check_versions
Expand Down

0 comments on commit 23540d5

Please sign in to comment.