Skip to content

Commit

Permalink
Merge pull request #5046 from galaxyproject/actionfix
Browse files Browse the repository at this point in the history
[Action] fix wrong id
  • Loading branch information
hexylena authored Jun 14, 2024
2 parents a66f192 + c56d1a9 commit a5deec8
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 a5deec8

Please sign in to comment.