Skip to content

Commit

Permalink
fix wrong id
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Jun 14, 2024
1 parent a66f192 commit c56d1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-form-recordings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit c56d1a9

Please sign in to comment.