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 c8e99c4 commit 2d1bae5Copy full SHA for 2d1bae5
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
- name: Create fake plugin metadata
146
id: create-fake-metadata
147
run: |
148
- tmpfile=$(mktemp)
+ tmpfile=$(mktemp -d)
149
sed 's/>=10.4.0/\^11.x/g' src/plugin.json > $tmpfile/plugin.json
150
echo "fake_plugin_dir=$tmpfile" >> $GITHUB_OUTPUT
151
- name: Resolve Grafana E2E versions
0 commit comments