We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd49c04 commit 411e357Copy full SHA for 411e357
.github/workflows/deploy-ycf.yml
@@ -3,15 +3,16 @@ on:
3
push:
4
paths:
5
- 'src/**'
6
- - 'terraform/metadata.yml'
7
- 'requirements.txt'
+ - 'terraform/metadata.yml'
8
+ - '.github/workflows/deploy-ycf.yml'
9
10
jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
- - uses: goodsmileduck/yandex-serverless-action@v2
15
+ - uses: goodsmileduck/yandex-serverless-action@v3
16
with:
17
token: ${{ secrets.YC_OAUTH_TOKEN }}
18
function_id: ${{ vars.YC_FUNCTION_ID }}
0 commit comments