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 f644291 commit 575935fCopy full SHA for 575935f
.github/workflows/on-push.yaml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
housekeeping:
12
runs-on: ubuntu-latest
13
- container: qctrl/ci-images:python-3.11-ci
+ container: qctrl/ci-images:python-3.11-ci-1
14
steps:
15
- uses: actions/checkout@v4
16
- name: Download CI tool
@@ -28,6 +28,8 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
run: |
30
git config --global --add safe.directory $GITHUB_WORKSPACE
31
+ git config --global user.email "[email protected]"
32
+ git config --global user.name "Q-CTRL Robot"
33
/scripts/housekeeping.sh
34
35
linting:
0 commit comments