Skip to content

Commit 9808717

Browse files
authored
fix: Revert previous change (#651)
Ooops, I should stick to my guns. Gemini has been pushing me to make this change for days, and I finally conceded. Boy was I wrong!!!! UGH. I miss the 1990s.
1 parent 44fc366 commit 9808717

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎samples/find-changes.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ echo "Changed (added or modified) subfolders in '$PROJECTS_ROOT_DIR':"
7777
echo "$UNIQUE_CHANGED_WORKSPACES"
7878

7979
# Set the output variable for GitHub Actions
80-
# set_gh_output "changed_workspaces" "$UNIQUE_CHANGED_WORKSPACES"
81-
echo "changed_workspaces=$UNIQUE_CHANGED_WORKSPACES" >> "$GITHUB_OUTPUT"
80+
set_gh_output "changed_workspaces" "$UNIQUE_CHANGED_WORKSPACES"

0 commit comments

Comments
 (0)