We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d7ce0 commit 60cdad8Copy full SHA for 60cdad8
.github/workflows/cicd_npm-publish.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
publish:
10
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
11
- uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
+ uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@DTL-5919-checkout-only-necessary-action-directories-instead-of-whole-gha-setup
12
with:
13
revision: ${{ github.event.pull_request.head.ref }}
14
supported_versions: '[18]'
0 commit comments