File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ jobs:
107107
108108 # Pull main.
109109 - name : Pull main
110- run : ./.github/script/pull-main.sh
110+ run : |
111+ chmod +x ./.github/script/initialize-repository.sh
112+ ./.github/script/initialize-repository.sh
111113 env :
112114 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113115
Original file line number Diff line number Diff line change 6363
6464 # Pull main.
6565 - name : Pull main
66- run : ./.github/script/pull-main.sh
66+ run : |
67+ chmod +x ./.github/script/initialize-repository.sh
68+ ./.github/script/initialize-repository.sh
6769 env :
6870 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6971
Original file line number Diff line number Diff line change 6161
6262 # Pull main.
6363 - name : Pull main
64- run : ./.github/script/pull-main.sh
64+ run : |
65+ chmod +x ./.github/script/initialize-repository.sh
66+ ./.github/script/initialize-repository.sh
6567 env :
6668 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6769
You can’t perform that action at this time.
0 commit comments