Skip to content

Commit 575935f

Browse files
committed
test: Add a test script for debugging
1 parent f644291 commit 575935f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on-push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
housekeeping:
1212
runs-on: ubuntu-latest
13-
container: qctrl/ci-images:python-3.11-ci
13+
container: qctrl/ci-images:python-3.11-ci-1
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Download CI tool
@@ -28,6 +28,8 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
3030
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"
3133
/scripts/housekeeping.sh
3234
3335
linting:

0 commit comments

Comments
 (0)