We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1eee02 + 8ff55e3 commit 5ea43c4Copy full SHA for 5ea43c4
.github/workflows/gh-pages.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Execute `traces:fetch:pullrequests:merged` 🔧
74
if: ${{ github.event_name == 'release' || github.event_name == 'schedule' }}
75
working-directory: ./traces
76
- run: php bin/console traces:fetch:pullrequests:merged --ghtoken=${ENV_USER_PASS}
+ run: php bin/console traces:fetch:pullrequests:merged --ghtoken=${ENV_USER_PASS} --config="./config.dist.yml"
77
78
- name: Execute `traces:generate:topcompanies` 🔧
79
0 commit comments