Skip to content

Commit 9246135

Browse files
committed
add a comment to the check
1 parent cd1ec63 commit 9246135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
run: |
1717
if [ "${{ github.repository }}" = "jazzsequence/profile.github.io" ]; then
1818
echo "should_deploy=false" >> $GITHUB_ENV
19+
echo "Actions running on parent repository. Deploy to GitHub pages will be skipped."
1920
else
2021
echo "should_deploy=true" >> $GITHUB_ENV
22+
echo "Actions running on forked repository. Deploying to GitHub is enabled."
2123
fi
2224
env:
2325
GITHUB_OUTPUT: $GITHUB_ENV

0 commit comments

Comments
 (0)