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 44fff3f commit fab568fCopy full SHA for fab568f
.github/workflows/plan-preview.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
if: "github.event_name == 'pull_request'"
16
steps:
17
- - uses: pipe-cd/actions-plan-preview@v1.7.2
+ - uses: pipe-cd/actions-plan-preview@v1.7.7
18
with:
19
address: ${{ secrets.PIPECD_API_ADDRESS }}
20
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
@@ -25,7 +25,7 @@ jobs:
25
26
if: "github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/pipecd plan-preview')"
27
28
29
30
31
0 commit comments