Skip to content

Commit

Permalink
Merge pull request #655 from naher94/version-check-action
Browse files Browse the repository at this point in the history
Update version-check.yml
  • Loading branch information
naher94 authored Feb 13, 2024
2 parents cf12031 + b17adac commit cf2fa05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Version Check
name: Print Changed Files

on:
pull_request:
Expand All @@ -15,5 +15,5 @@ jobs:

- name: Print Changed Files
run: |
echo "Changed Files:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
echo "Changed Files 122:"
git diff --name-only ${{ github.base_ref }}..${{ github.head_ref }}

0 comments on commit cf2fa05

Please sign in to comment.