File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
26
26
permissions : read-all
27
27
28
28
jobs :
29
- test-examples :
29
+ update-requirements :
30
30
name : Test examples
31
31
runs-on : ubuntu-latest
32
32
timeout-minutes : 90
59
59
run : |
60
60
BRANCH_NAME="update-requirements-$(date +%Y%m%d%H%M%S)"
61
61
git checkout -b "${BRANCH_NAME}"
62
- git config --global user.email "github-actions@ github.com"
62
+ git config --global user.email "github-actions[bot]@users.noreply. github.com"
63
63
git config --global user.name "GitHub Actions Bot"
64
64
git add requirements.txt
65
65
git commit -m "Update requirements.txt"
66
66
git push origin "$BRANCH_NAME"
67
- gh pr create --base "${GITHUB_BASE_REF:-main}" --head "$BRANCH_NAME" --title "Update requirements.txt" --body ''
67
+ gh pr create \
68
+ --base "${GITHUB_BASE_REF:-main}" \
69
+ --head "$BRANCH_NAME" \
70
+ --title "Update requirements.txt" \
71
+ --body 'Automatically generated by GitHub Action.'
You can’t perform that action at this time.
0 commit comments