From 3ec71bfbc064412c1c938a450f89fecbbcbcc11e Mon Sep 17 00:00:00 2001 From: dumol Date: Tue, 1 Oct 2024 09:31:48 +0000 Subject: [PATCH] Try auto-updating requirements.txt through the Windows build, take 3. --- .github/workflows/bare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bare.yaml b/.github/workflows/bare.yaml index a6cbe690..102b0724 100644 --- a/.github/workflows/bare.yaml +++ b/.github/workflows/bare.yaml @@ -41,7 +41,7 @@ jobs: run: bash ./build.sh test # Commit changed requirements.txt back to the repository - - uses: chevah/git-auto-commit-action@v5 + - uses: chevah/git-auto-commit-action with: commit_message: Automated update of requirements.txt from Windows build. file_pattern: 'requirements.txt'