We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2adf6a commit 7b7c95fCopy full SHA for 7b7c95f
.github/workflows/deploy-changed-samples.yml
@@ -30,6 +30,7 @@ jobs:
30
# Identify the samples that have changed since the last commit on main
31
# and save them to a file for later use.
32
# remove paths to samples which have been renamed or deleted.
33
+ echo $(git diff --name-only HEAD $(git merge-base origin/main HEAD))
34
git diff --name-only HEAD $(git merge-base origin/main HEAD) \
35
| grep '^samples/' \
36
| awk -F'/' '{print $1"/"$2}' \
0 commit comments