Skip to content

Commit 2346c65

Browse files
committed
chore: update bevy_mod_scripting.yml
1 parent e66386c commit 2346c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ jobs:
8484
id: check-fork
8585
run: |
8686
if [ "${{ github.repository }}" != "${{ github.event.pull_request.head.repo.full_name }}" ]; then
87+
echo "This is a forked repository."
8788
echo "is_fork=true" >> $GITHUB_OUTPUT
8889
else
90+
echo "This is not a forked repository."
8991
echo "is_fork=false" >> $GITHUB_OUTPUT
9092
fi
9193
check:

0 commit comments

Comments
 (0)