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 7727295 commit 11eaafcCopy full SHA for 11eaafc
.github/workflows/dependency-checker.yaml
@@ -19,6 +19,7 @@ jobs:
19
- name: Poetry Python dependeny updater
20
env:
21
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
22
+ shell: bash -x -e {0}
23
run: |
24
git config --global user.name "SDK Updater Bot"
25
git config --global user.email "noreply@stackit.de"
0 commit comments