Skip to content

Commit 8cf38a2

Browse files
committed
Fixing slug issue.
1 parent 0e70922 commit 8cf38a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/plugin-artifact-for-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Get changed plugin directory
1818
id: plugin
1919
run: |
20+
git fetch --prune --unshallow
2021
plugin=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep '^plugins/' | head -1 | cut -d/ -f2)
2122
echo "slug=$plugin" >> $GITHUB_OUTPUT
2223

0 commit comments

Comments
 (0)