File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Transpile to upgradeable
32
32
run : bash scripts/upgradeable/transpile-onto.sh ${{ github.ref_name }} origin/${{ github.ref_name }}
33
33
env :
34
- REMOTE : https://github.com/${{ github.repository }}.git
34
+ SUBMODULE_REMOTE : https://github.com/${{ github.repository }}.git
35
35
- run : git push origin ${{ github.ref_name }}
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ if git diff --quiet --cached; then
41
41
exit
42
42
fi
43
43
44
- if [[ -v REMOTE ]]; then
44
+ if [[ -v SUBMODULE_REMOTE ]]; then
45
45
lib=lib/openzeppelin-contracts
46
- git submodule add -b " ${base# origin/ } " " $REMOTE " " $lib "
46
+ git submodule add -b " ${base# origin/ } " " $SUBMODULE_REMOTE " " $lib "
47
47
git -C " $lib " checkout " $commit "
48
48
git add " $lib "
49
49
fi
You can’t perform that action at this time.
0 commit comments