Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
VDS-1275: Fix create-deploy-pr action version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvktsk committed Apr 29, 2021
1 parent 43faf5e commit 6f225c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Create deploy PR in QA
if: github.event.action != 'closed' && contains(github.event.pull_request.labels.*.name, 'deploy-qa') && !contains(github.event.pull_request.labels.*.name, 'deploy-demo')
uses: VirtoCommerce/vc-github-actions/create-deploy-pr@VDS-1275
uses: VirtoCommerce/vc-github-actions/create-deploy-pr@master
with:
deployRepo: "vc-webstore-deploy"
deployBranch: "qa"
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Create deploy PR in Demo
if: github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'deploy-demo')
uses: VirtoCommerce/vc-github-actions/create-deploy-pr@VDS-1275
uses: VirtoCommerce/vc-github-actions/create-deploy-pr@master
with:
deployRepo: "vc-webstore-deploy"
deployBranch: "master"
Expand Down

0 comments on commit 6f225c5

Please sign in to comment.