Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-feron committed Oct 24, 2023
1 parent bc1798e commit 22b320c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion actions/check-in/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 22b320c

Please sign in to comment.