Skip to content

Commit ec4fc93

Browse files
committed
checkout repo
1 parent e4b3338 commit ec4fc93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/details-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
# Save query output
104104
LGSM_GITHUBBRANCH="${GITHUB_REF#refs/heads/}" ./${{ matrix.shortname }}server query > query-${{ matrix.shortname }}server.txt
105105
106+
- name: Checkout repository
107+
uses: actions/checkout@v4
108+
106109
- name: Push to details-outputs branch
107110
uses: Automattic/action-commit-to-branch@master
108111
with:

0 commit comments

Comments
 (0)