Skip to content

Commit

Permalink
Fix upgrade action setup (#229)
Browse files Browse the repository at this point in the history
Fixes the path to `locate_trunk.sh` and bumps the `create-pull-request`
to v6.

Successful
[run](https://github.com/trunk-io/trunk-action/actions/runs/8145406935/job/22261584720)
and [PR](#230)
  • Loading branch information
TylerJang27 authored Mar 4, 2024
1 parent ca8acdf commit 8fb66f9
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 8fb66f9

Please sign in to comment.