Skip to content

Commit

Permalink
Added code change to handle extra string
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-wagh-nx committed Aug 5, 2024
1 parent 144ae17 commit 7899270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kommander-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Make test branch pointing to kommander-applications ref
id: make-test-branch
env:
PULL_REQUEST_BODY: ${{ github.event.pull_request.body }}
# PULL_REQUEST_BODY: ${{ github.event.pull_request.body }}
PULL_REQUEST_BODY: "kapps:tushar_test:1.2.3"
run: |
cd kommander
git config user.name d2iq-mergebot
Expand Down

0 comments on commit 7899270

Please sign in to comment.