Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Jun 5, 2024
1 parent 612c713 commit f191082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-plugin-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
if: steps.compare-versions.outputs.update_needed == 'true'
run: |
npx -y @grafana/create-plugin@latest update
npm install
- name: Create PR
uses: peter-evans/create-pull-request@v6
Expand All @@ -55,6 +56,6 @@ jobs:
title: 'Update Grafana Create Plugin configs to ${{ env.LATEST_VERSION }}'
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
body: |
This PR updates the Grafana create-plugin configurations to version $LATEST_VERSION.
This PR updates the Grafana create-plugin configurations to version ${{ env.LATEST_VERSION }}.
Please review the changes thoroughly before merging.

0 comments on commit f191082

Please sign in to comment.