Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Dec 21, 2024
1 parent f7e797a commit 39a3d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
REPO_OWNER=${{ github.repository_owner }}
ACTOR=${{ github.actor }}
echo "Repository owner: $REPO_OWNER"
echo "Actor: $ACTOR"
if [ "$REPO_OWNER" != "$ACTOR" ]; then
echo "This repository is a fork."
echo "fork=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 39a3d55

Please sign in to comment.