Skip to content

Commit 6937271

Browse files
Enable unsecure commands on ci (#53)
* enable unsecure commands on ci * add env var
1 parent 41fa02f commit 6937271

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/all_plugins.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: all_plugins
22

3+
env:
4+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
5+
36
on:
47
pull_request:
58
push:

.github/workflows/scripts/install-flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ then
1010
fi
1111

1212
git clone https://github.com/flutter/flutter.git --depth 1 -b $BRANCH _flutter
13-
echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
13+
echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"

0 commit comments

Comments
 (0)