Skip to content

Commit

Permalink
Update auto_branching.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar Khatavkar authored Mar 12, 2024
1 parent 7a9ca73 commit 12d57f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_branching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
auto-branching-non-master:
name: run these auto-branching steps and raise PR on the ${{ github.event.inputs.target_branch }} branch
name: ${{ github.event.inputs.target_branch }} - raise PR with changes
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add setup.py ./tests/foreman ./.github/workflows/dispatch_release.yml ./requirements.txt ./.github/dependabot.yml
git add setup.py ./tests/foreman ./.github/workflows/dispatch_release.yml ./requirements.txt ./.github/*
git commit -m "Changes for ${{ github.event.inputs.target_branch }} new branch"
git remote -vvv
git push origin ${{steps.checkout-to-auto-branch.outputs.branch_name}}
Expand Down

0 comments on commit 12d57f0

Please sign in to comment.