Skip to content

Commit

Permalink
workflow - Fix check_engine_releases
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Mar 2, 2024
1 parent 511c53f commit e3cbb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
commit-message: ${{ matrix.engineName }} - Update to ${{ matrix.newTag }}
branch: update-${{ matrix-engineName }}
branch: update-${{ matrix.engineName }}
title: Update ${{ matrix.engineName }}
assignees: d10sfan

0 comments on commit e3cbb1d

Please sign in to comment.