There was an error while loading. Please reload this page.
1 parent 6f64a47 commit 490f22cCopy full SHA for 490f22c
.github/workflows/playwright.yml
@@ -56,6 +56,9 @@ jobs:
56
# For pushes, compare against the commit before the push.
57
run: |
58
bash samples/find-changes.sh ${{ github.event_name == 'pull_request' && format('origin/{0}', github.base_ref) || github.event.before }}
59
+
60
+ - name: Debug Affected Workspaces
61
+ run: |
62
echo "Let's verify that we got the varname wrong (should be changed_workspaces)"
63
echo "Affected workspaces (worng): ${{ steps.get_workspaces.outputs.affected_workspaces }}"
64
echo "Changed workspaces (ding ding ding): ${{ steps.get_workspaces.outputs.changed_workspaces }}"
0 commit comments