We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8fa28 commit 1630d66Copy full SHA for 1630d66
.github/workflows/module-ci.yml
@@ -143,7 +143,7 @@ jobs:
143
144
- name: Add Jira link
145
if: ${{ github.event_name == 'pull_request' }}
146
- uses: VirtoCommerce/vc-github-actions/publish-jira-link@master
+ uses: VirtoCommerce/vc-github-actions/publish-jira-link@VCST-861-1 #master
147
with:
148
branchName: ${{ github.head_ref }}
149
repoOrg: ${{ github.repository_owner }}
@@ -305,4 +305,4 @@ jobs:
305
jiraKeys: ${{ needs.ci.outputs.jira-keys }}
306
argoServer: 'argo.virtocommerce.cloud'
307
matrix: '{"include":${{ needs.ci.outputs.matrix }}}'
308
- secrets: inherit
+ secrets: inherit
0 commit comments