Skip to content

Commit 411e357

Browse files
committed
fix
1 parent bd49c04 commit 411e357

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-ycf.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ on:
33
push:
44
paths:
55
- 'src/**'
6-
- 'terraform/metadata.yml'
76
- 'requirements.txt'
7+
- 'terraform/metadata.yml'
8+
- '.github/workflows/deploy-ycf.yml'
89

910
jobs:
1011
deploy:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v4
14-
- uses: goodsmileduck/yandex-serverless-action@v2
15+
- uses: goodsmileduck/yandex-serverless-action@v3
1516
with:
1617
token: ${{ secrets.YC_OAUTH_TOKEN }}
1718
function_id: ${{ vars.YC_FUNCTION_ID }}

0 commit comments

Comments
 (0)