1 parent d7ce372 commit e566b10Copy full SHA for e566b10
1 file changed
.github/workflows/ci.yml
@@ -71,3 +71,8 @@ jobs:
71
echo "Gemfile.lock updates do not match"
72
exit 1
73
fi
74
+ - name: Debug repo vars
75
+ run: |
76
+ echo "GITHUB_REPOSITORY_OWNER=$GITHUB_REPOSITORY_OWNER"
77
+ echo "github.repository_owner=${{ github.repository_owner }}"
78
+ echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY"
0 commit comments