Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AniMB committed May 10, 2024
1 parent 5ed7182 commit db12b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

env:
LAST_COMMIT: ${{ github.event.head_commit.id }}
FILE_PATH: ${{github.event.commits}}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -35,5 +36,4 @@ jobs:
echo test, and deploy your project.
- name: Print modified file
run: |
echo "The modified file is:"
git show --no-patch $LAST_COMMIT
git pull origin main

0 comments on commit db12b8c

Please sign in to comment.