Skip to content

Commit

Permalink
fix upgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Mar 4, 2024
1 parent ca8acdf commit 6595e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
shell: bash
run: |
# Locate trunk
${{ github.action_path }}/../locate_trunk.sh
${{ github.action_path }}/../setup/locate_trunk.sh
env:
INPUT_TRUNK_PATH: ${{ inputs.trunk-path }}

Expand Down Expand Up @@ -110,7 +110,7 @@ runs:
${{ github.action_path }}/../cleanup.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: ${{ inputs.prefix }}${{ env.PR_TITLE }}
body: ${{ env.PR_DESCRIPTION }}
Expand Down

0 comments on commit 6595e57

Please sign in to comment.