We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90fcf1 commit 4a9c30fCopy full SHA for 4a9c30f
.github/workflows/quality_check.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-python@v4
9
with:
10
- python-version: "3.7"
+ python-version: "3.11"
11
- name: Install dependencies
12
run: |
13
python -m pip install --upgrade pip
.github/workflows/status_check.yml
@@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
14
15
16
17
- name: Get the commit message
18
19
echo 'commit_message<<EOF' >> $GITHUB_ENV
0 commit comments