File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,19 +73,19 @@ jobs:
73
73
len=${#array[@]}
74
74
if [[ $len -eq 0 ]]; then
75
75
echo "No files to commit"
76
- echo "WRAPPED=$(" False") " >> $GITHUB_ENV
76
+ echo "WRAPPED=False" >> $GITHUB_ENV
77
77
else
78
78
echo "Committing changes"
79
79
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
80
80
git config --local user.name "github-actions[bot]"
81
81
git add ${WRAPPED}
82
82
git commit -m "Wrap translations"
83
- echo "WRAPPED=$(" True") " >> $GITHUB_ENV
83
+ echo "WRAPPED=True" >> $GITHUB_ENV
84
84
fi
85
85
86
86
# Push changes
87
87
- name : Push changes
88
- if : $ WRAPPED == " True"
88
+ if : env. WRAPPED == ' True'
89
89
uses : ad-m/github-push-action@master
90
90
with :
91
91
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments