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 6352dff commit bef97f2Copy full SHA for bef97f2
.github/workflows/nfr.yml
@@ -165,6 +165,8 @@ jobs:
165
branch: tests/nfr-tests-${{ inputs.version }}
166
delete-branch: true
167
title: NFR Test Results for NGF version ${{ inputs.version }}
168
+ add-paths: |
169
+ tests/results/
170
body: |
171
Update with NFR test results for NGF version ${{ inputs.version }}
172
- Auto-generated by the NFR tests workflow run ${{ github.run_id }}
.gitignore
@@ -48,3 +48,6 @@ internal/mode/static/nginx/modules/coverage
48
49
# Dotenv files
50
**/*.env
51
+
52
+# Credential files
53
+**/gha-creds-*.json
0 commit comments