Skip to content

Commit

Permalink
test test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Dec 24, 2024
1 parent 9d51177 commit 538454c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Test/Verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ verifyExitCode() {
}

if [ $1 == "--main-repo=false" ]; then
MAINREPO=false;
MAINREPO=false
elif [ $1 == "--main-repo=true" ]; then
MAINREPO=true;
MAINREPO=true
else
echo Unknown Argument.
exit 1
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function main(): Promise<void> {

core.info(`wwwroot Path: ${wwwroot}`);
core.setOutput('wwwroot-path', wwwroot);

core.info(`${context.repo.owner}/${context.repo.repo}`);
// Check if the repository is not the default GitHub Pages repo
if (context.repo.repo !== `${context.repo.owner}.github.io`) {
core.info('Modifying index.html for this repository...');
Expand Down

0 comments on commit 538454c

Please sign in to comment.