Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Dikhoff committed Nov 20, 2024
1 parent 6331094 commit 9399e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_class_ref_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Submit a pull-request
uses: peter-evans/create-pull-request@v7
with:
commit-message: 'classref: Sync with current ${{ env.engine_rev }} branch (${{ env.merge_into }})'
branch: 'classref/sync-${{ env.merge_into }}'
commit-message: 'classref: Sync with current ${{ env.engine_rev }} branch (${{ steps.engine.outputs.rev_hash_short }})'
branch: 'classref/sync-${{ steps.engine.outputs.rev_hash_short }}'
base: '${{ env.merge_into }}'
add-paths: './classes'
delete-branch: true
Expand Down

0 comments on commit 9399e07

Please sign in to comment.