Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed May 27, 2024
1 parent 7c65d98 commit d6873b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/yaml_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: changed_files
run: |
echo "Changed files:"
git diff --name-only HEAD~1
export FILES=$(git diff --name-only --diff-filter=ACM FETCH_HEAD)
echo "$FILES"
export FILES2=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} )
Expand Down
Empty file added submissions/test9.gds
Empty file.

0 comments on commit d6873b4

Please sign in to comment.