Skip to content

Commit

Permalink
chore(ci): fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jan 17, 2024
1 parent c20c0d5 commit 916f9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
commit-message: update terraform-ls to ${{ steps.latest_no_v.outputs.release }}
commit-message: update terraform-ls to ${{ steps.latest.outputs.release }}
delete-branch: true
title: update terraform-ls to ${{ steps.latest.outputs.release }}
body: 'Update `terraform-ls` server from [${{ steps.current.outputs.release }}](https://github.com/hashicorp/terraform-ls/releases/tag/${{ steps.current.outputs.release }}) to [${{ steps.latest.outputs.release }}](https://github.com/hashicorp/terraform-ls/releases/tag/${{ steps.latest.outputs.release }}) (see [all changes](https://github.com/hashicorp/terraform-ls/compare/${{ steps.current.outputs.release }}...${{ steps.latest.outputs.release }})).'
body: 'Update `terraform-ls` server from [v${{ steps.current.outputs.release }}](https://github.com/hashicorp/terraform-ls/releases/tag/v${{ steps.current.outputs.release }}) to [${{ steps.latest.outputs.release }}](https://github.com/hashicorp/terraform-ls/releases/tag/${{ steps.latest.outputs.release }}) (see [all changes](https://github.com/hashicorp/terraform-ls/compare/v${{ steps.current.outputs.release }}...${{ steps.latest.outputs.release }})).'
token: ${{ steps.app-token.outputs.token }}

0 comments on commit 916f9aa

Please sign in to comment.