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 41fa02f commit 6937271Copy full SHA for 6937271
2 files changed
.github/workflows/all_plugins.yaml
@@ -1,5 +1,8 @@
1
name: all_plugins
2
3
+env:
4
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
5
+
6
on:
7
pull_request:
8
push:
.github/workflows/scripts/install-flutter.sh
@@ -10,4 +10,4 @@ then
10
fi
11
12
git clone https://github.com/flutter/flutter.git --depth 1 -b $BRANCH _flutter
13
-echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
+echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
0 commit comments