File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
projects/storefrontlib/shared/components/media Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 git pull origin ${{ github.event.pull_request.head.ref }}
2929
30- if [ -z $(git status --porcelain) ];
31- then
30+ echo "Checking GH_PR_TOKEN identity..."
31+ curl -H "Authorization: Bearer ${{ secrets.GH_PR_TOKEN }}" \
32+ -H "Accept: application/vnd.github+json" \
33+ https://api.github.com/user
34+
35+ if [ -z $(git status --porcelain) ]; then
3236 echo "No files to commit"
3337 else
3438 git commit -am "Add license header"
Original file line number Diff line number Diff line change 1- /*
2- * SPDX-FileCopyrightText: 2025 SAP Spartacus team <[email protected] > 3- *
4- * SPDX-License-Identifier: Apache-2.0
5- */
6-
71import {
82 ChangeDetectionStrategy ,
93 Component ,
You can’t perform that action at this time.
0 commit comments