Commit c1b5844 1 parent 3307f41 commit c1b5844 Copy full SHA for c1b5844
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
app_id : ${{env.APP_ID}}
93
93
private_key : ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
94
94
repositories : >-
95
- [ ${{ github.repository }} ]
95
+ [ " ${{ github.repository }}" ]
96
96
permissions : >-
97
97
{"contents": "write"}
98
98
- name : Set VERSION variable from tag
@@ -122,7 +122,7 @@ jobs:
122
122
app_id : ${{env.APP_ID}}
123
123
private_key : ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
124
124
repositories : >-
125
- [ ${{ github.repository }} ]
125
+ [ " ${{ github.repository }}" ]
126
126
permissions : >-
127
127
{"contents": "write", "pull_requests": "write"}
128
128
- name : Checkout repository code
@@ -172,7 +172,7 @@ jobs:
172
172
app_id : ${{env.APP_ID}}
173
173
private_key : ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
174
174
repositories : >-
175
- [ ${{ github.repository }} ]
175
+ [ " ${{ github.repository }}" ]
176
176
permissions : >-
177
177
{"contents": "write", "pull_requests": "write"}
178
178
- name : Checkout repository code
You can’t perform that action at this time.
0 commit comments