Skip to content

Commit

Permalink
feat(changie-trigger-release): ➕ support passing additional paths to…
Browse files Browse the repository at this point in the history
… git add
  • Loading branch information
sheldonhull committed Oct 7, 2024
1 parent a4c4fcc commit 5fe3055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changie-trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
git add .
echo "this is added because unknown files have their version replaced and we should make sure these get included in the PR."
- name: add-additional-files
if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false' && ${{ inputs.additional_git_adds != '' && }}
if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false' && ${{ inputs.additional_git_adds != '' }}
run: |
echo "Adding additional files for commit..."
git add ${{ inputs.additional_git_adds }}
Expand Down

0 comments on commit 5fe3055

Please sign in to comment.