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 0e70922 commit 8cf38a2Copy full SHA for 8cf38a2
.github/workflows/plugin-artifact-for-pr.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Get changed plugin directory
18
id: plugin
19
run: |
20
+ git fetch --prune --unshallow
21
plugin=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep '^plugins/' | head -1 | cut -d/ -f2)
22
echo "slug=$plugin" >> $GITHUB_OUTPUT
23
0 commit comments