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 78dbe30 commit 18a9611Copy full SHA for 18a9611
2 files changed
.github/workflows/build.yml
@@ -19,3 +19,4 @@ jobs:
19
VCS_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
20
with:
21
revision: "${{ github.event.pull_request.head.sha }}"
22
+ use-ya-opensource: true
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
revision: "${{ github.sha }}"
upload:
23
needs: build
24
runs-on: ubuntu-latest
0 commit comments