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 5dc17d6 commit 60c6dd7Copy full SHA for 60c6dd7
.github/workflows/plugin-artifact-for-pr.yml
@@ -16,14 +16,13 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
19
- with:
20
- ref: ${{ github.event.pull_request.head.sha }}
21
- fetch-depth: 0
22
23
- name: Get changed plugin directory
24
id: plugin
25
run: |
26
- bash .github/scripts/get_plugin_slug.sh ${{ github.event.pull_request.base.sha }} ${{ github.sha }}
+ bash .github/scripts/get_plugin_slug.sh \
+ ${{ github.event.pull_request.base.sha }} \
+ ${{ github.event.pull_request.head.sha }}
27
28
- name: Create plugin artifact
29
uses: ./.github/actions/create-plugin-artifact
0 commit comments