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 6539868Copy full SHA for 6539868
.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: /bin/bash -x
23
run: |
24
git config --global user.name "SDK Updater Bot"
25
git config --global user.email "[email protected]"
0 commit comments