We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31774de commit 14a2e32Copy full SHA for 14a2e32
1 file changed
.github/workflows/sdk-diff-analyzer.yaml
@@ -25,7 +25,8 @@ on:
25
type: boolean
26
27
env:
28
- GDC_NAS_REPO: 'gooddata/gdc-nas'
+ # Use fork for testing, main repo in production
29
+ GDC_NAS_REPO: ${{ github.repository_owner == 'gooddata' && 'gooddata/gdc-nas' || 'tychtjan/gdc-nas' }}
30
# File in this repo that stores the last analyzed gdc-nas commit SHA
31
STATE_FILE: '.github/gdc-nas-last-analyzed.txt'
32
0 commit comments