We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad32f8 commit d3233a0Copy full SHA for d3233a0
.github/workflows/function-deploy.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
- - uses: goodsmileduck/yandex-serverless-action@v2
+ - uses: goodsmileduck/yandex-serverless-action@v3
10
with:
11
token: ${{ secrets.YC_OAUTH_TOKEN }}
12
function_id: ${{ vars.YC_FUNCTION_ID }}
0 commit comments