Skip to content

Commit 538454c

Browse files
committed
test test 2
1 parent 9d51177 commit 538454c

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Test/Verify.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ verifyExitCode() {
1010
}
1111

1212
if [ $1 == "--main-repo=false" ]; then
13-
MAINREPO=false;
13+
MAINREPO=false
1414
elif [ $1 == "--main-repo=true" ]; then
15-
MAINREPO=true;
15+
MAINREPO=true
1616
else
1717
echo Unknown Argument.
1818
exit 1

dist/index.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function main(): Promise<void> {
7070

7171
core.info(`wwwroot Path: ${wwwroot}`);
7272
core.setOutput('wwwroot-path', wwwroot);
73-
73+
core.info(`${context.repo.owner}/${context.repo.repo}`);
7474
// Check if the repository is not the default GitHub Pages repo
7575
if (context.repo.repo !== `${context.repo.owner}.github.io`) {
7676
core.info('Modifying index.html for this repository...');

0 commit comments

Comments
 (0)