Skip to content

Commit 8b1e689

Browse files
authored
Fix Snowflake coverage docs generation (#151)
1 parent 9ebf5c3 commit 8b1e689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: peter-evans/create-pull-request@v7
4545
if: ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
4646
with:
47-
path: docs
47+
path: src
4848
title: "Update function coverage documentation"
4949
body: "Automated update of snowflake feature coverage docs"
5050
branch: "snowflake-feature-coverage-updates"

0 commit comments

Comments
 (0)