From c56d1a99ff14c02ea91874e70686806fe4416816 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Fri, 14 Jun 2024 14:19:25 +0200 Subject: [PATCH] fix wrong id --- .github/workflows/google-form-recordings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google-form-recordings.yml b/.github/workflows/google-form-recordings.yml index d29064b011ff12..0f14de766e5d44 100644 --- a/.github/workflows/google-form-recordings.yml +++ b/.github/workflows/google-form-recordings.yml @@ -44,7 +44,7 @@ jobs: # If it's not a Pull Request then commit any changes as a new PR. if: | github.event_name != 'pull_request' && - steps.generate.outputs.new_recordings == 'true' + steps.recordings.outputs.new_recordings == 'true' uses: peter-evans/create-pull-request@v3 with: title: "[Google Form] New Recording Submission!"