Skip to content

Commit 802d02c

Browse files
print changed samples
1 parent 0a28f62 commit 802d02c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
shell: bash
7777
run: |
7878
echo "DEFANG_DEBUG=$RUNNER_DEBUG" >> $GITHUB_ENV
79-
echo "changed samples"
8079
CHANGED_FILES=$(cat changed_samples.txt)
80+
echo "changed samples"
81+
echo $CHANGED_FILES
8182
8283
# Iterate over the changed samples and deploy them one at a time
8384
for sample in $CHANGED_FILES; do

0 commit comments

Comments
 (0)