File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : |
3232 docker tag ghcr.io/wanteddev/lighthouse:${{github.event.release.tag_name}} ghcr.io/wanteddev/lighthouse:latest
3333 docker push ghcr.io/wanteddev/lighthouse:latest
34- if : " ! github.event.release.prerelease"
34+ if : " github.event.release.prerelease != true "
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ function generateAuditDialog(is_schedule) {
149149 action_id : 'cookie_name' ,
150150 placeholder : {
151151 type : 'plain_text' ,
152- text : 'jwt_token '
152+ text : 'jwt '
153153 }
154154 } ,
155155 label : {
@@ -167,7 +167,7 @@ function generateAuditDialog(is_schedule) {
167167 action_id : 'cookie_value' ,
168168 placeholder : {
169169 type : 'plain_text' ,
170- text : 'jwt_token '
170+ text : 'ofma3103dSFNsUJasn311ndSN... '
171171 }
172172 } ,
173173 label : {
You can’t perform that action at this time.
0 commit comments