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 39c3716 commit c20c0d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}

- name: Set tag output without leading v
id: current
id: latest_no_v
run: |
TAG_EXCL_V=${{ steps.latest.outputs.release }}
TAG_EXCL_V=${TAG_EXCL_V/v/}
Expand All @@ -58,6 +58,6 @@ jobs:
with:
commit-message: update terraform-ls to ${{ steps.latest_no_v.outputs.release }}
delete-branch: true
title: update terraform-ls to ${{ steps.latest_no_v.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_no_v.outputs.release }}](https://github.com/hashicorp/terraform-ls/releases/tag/${{ steps.latest_no_v.outputs.release }}) (see [all changes](https://github.com/hashicorp/terraform-ls/compare/${{ steps.current.outputs.release }}...${{ steps.latest_no_v.outputs.release }})).'
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 }})).'
token: ${{ steps.app-token.outputs.token }}

0 comments on commit c20c0d5

Please sign in to comment.