From e5e14cd67c59333385ca971ccaf66602f45922a5 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov <y.lobankov@tarantool.org> Date: Thu, 6 Oct 2022 19:24:14 +0400 Subject: [PATCH] ci: update README.md in `pack-and-deploy` action NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci --- .github/actions/pack-and-deploy/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/pack-and-deploy/README.md b/.github/actions/pack-and-deploy/README.md index 296a8be52f..2f4fb0c3a4 100644 --- a/.github/actions/pack-and-deploy/README.md +++ b/.github/actions/pack-and-deploy/README.md @@ -6,6 +6,5 @@ Action packs and deploys Tarantool packages. Add the following code to the running steps after checkout done: ``` - - uses: ./.github/actions/pack_and_deploy + - uses: ./.github/actions/pack-and-deploy ``` - -- GitLab