We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1ec63 commit 9246135Copy full SHA for 9246135
1 file changed
.github/workflows/deploy.yml
@@ -16,8 +16,10 @@ jobs:
16
run: |
17
if [ "${{ github.repository }}" = "jazzsequence/profile.github.io" ]; then
18
echo "should_deploy=false" >> $GITHUB_ENV
19
+ echo "Actions running on parent repository. Deploy to GitHub pages will be skipped."
20
else
21
echo "should_deploy=true" >> $GITHUB_ENV
22
+ echo "Actions running on forked repository. Deploying to GitHub is enabled."
23
fi
24
env:
25
GITHUB_OUTPUT: $GITHUB_ENV
0 commit comments