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 e897f50 commit 1a57b0bCopy full SHA for 1a57b0b
.github/workflows/pr-preview-build.yml
@@ -8,6 +8,6 @@ jobs:
8
name: Build
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: gravity-ui/preview-build-action@v1
+ - uses: gravity-ui/preview-build-action@v2
12
with:
13
node-version: 18
.github/workflows/pr-preview-deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
github.event.workflow_run.conclusion == 'success'
15
16
17
- - uses: gravity-ui/preview-deploy-action@v1
+ - uses: gravity-ui/preview-deploy-action@v2
18
19
project: date-components
20
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
0 commit comments