Skip to content

Commit e566b10

Browse files
committed
string on path match
1 parent d7ce372 commit e566b10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@ jobs:
7171
echo "Gemfile.lock updates do not match"
7272
exit 1
7373
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

Comments
 (0)