From 3d86b9bb8a9b6679cc647b0003a6de852ce764e6 Mon Sep 17 00:00:00 2001 From: Radu Mojic Date: Fri, 20 Sep 2024 10:01:53 +0300 Subject: [PATCH] updated actions --- .github/workflows/deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 44306acb..8fa87b0f 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -2,7 +2,7 @@ name: deploy-staging on: push: - branches: [update-build-flow] + branches: [update-build-actions] repository_dispatch: types: deploy-staging workflow_dispatch: @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: update-build-flow + ref: update-build-actions fetch-depth: 0 - name: Use Node.js uses: actions/setup-node@v4