We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebf5c3 commit 8b1e689Copy full SHA for 8b1e689
.github/workflows/update-snowflake-feature-coverage.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: peter-evans/create-pull-request@v7
45
if: ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
46
with:
47
- path: docs
+ path: src
48
title: "Update function coverage documentation"
49
body: "Automated update of snowflake feature coverage docs"
50
branch: "snowflake-feature-coverage-updates"
0 commit comments