Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed May 27, 2024
1 parent 7643189 commit 41c0612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/yaml_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
id: changed_files
run: |
echo "Changed files:"
export FILES=$(git diff --name-only --diff-filter=ACM FETCH_HEAD)
echo "$FILES"
export FILES2=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} )
echo "$FILES2"
git diff --name-only ${{ github.event.before }} ${{ github.sha }} > changed_files.txt
cat changed_files.txt
Expand Down
File renamed without changes.

0 comments on commit 41c0612

Please sign in to comment.