We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086196e commit b2b7270Copy full SHA for b2b7270
.github/workflows/deploy-pr-preview.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
deploy-pr-preview:
14
if: "!github.event.pull_request.head.repo.fork"
15
- uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@jdb/deploy-preview
+ uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
16
with:
17
branch: ${{ github.head_ref }}
18
event_number: ${{ github.event.number }}
0 commit comments