From 22b320c4866a434c326199578390b5fa55f018d1 Mon Sep 17 00:00:00 2001 From: valentin-feron Date: Tue, 24 Oct 2023 10:28:37 +0200 Subject: [PATCH] test ci --- .github/workflows/ci.yml | 2 +- actions/check-in/action.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2115d..e6fca0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.8] steps: - uses: actions/checkout@v3 with: diff --git a/actions/check-in/action.yml b/actions/check-in/action.yml index 18e07b1..fd6e029 100644 --- a/actions/check-in/action.yml +++ b/actions/check-in/action.yml @@ -41,4 +41,6 @@ runs: - name: Check in shell: bash - run: pack check-in "${{ inputs.commit-message }}" ${{ inputs.args }} + run: | + pack check-in -h + pack check-in "${{ inputs.commit-message }}" ${{ inputs.args }}