Skip to content

Commit

Permalink
bug fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 25, 2024
1 parent 2e961fd commit 8a3b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
Update requirements based on failed tests
- Updated files: ${{ steps.run_pru.outputs.updated_files }}
- Date: ${{ steps.run_pru.outputs.update_date }}
branch: ${{ env.CURRENT_BRANCH }} # Use the current branch as the base branch
branch: update-requirements-${{ github.run_id }}
title: 'Update requirements on ${{ steps.run_pru.outputs.update_date }}'
body: |
This PR updates the following requirements files based on the output of failed tests:
Expand Down

0 comments on commit 8a3b12c

Please sign in to comment.