File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ env :
9+ USER_EMAIL : ' cdevents@cd.foundation'
10+ USER_NAME : ' CDEvents Bot'
11+ USER_ID : ' cdevents-bot'
12+
813jobs :
914 build-and-publish :
1015 runs-on : ubuntu-latest
1116 steps :
12- - uses : actions/checkout@v2
17+ - name : Checkout sources
18+ uses : actions/checkout@v3
19+ with :
20+ fetch-depth : 0
21+ token : ${{ secrets.GH_BOT_TOKEN }}
1322 - name : Set up Python
1423 uses : actions/setup-python@v1
1524 with :
2029 uses : actions/setup-node@v2
2130 with :
2231 node-version : ' 12'
23- - run : git config --global user.email "actions@users.noreply.github.com "
24- - run : git config --global user.name "GitHub Actions "
32+ - run : git config --global user.email "${{ env.USER_EMAIL }} "
33+ - run : git config --global user.name "${{ env.USER_NAME }} "
2534 - name : Install github-changes
2635 run : |
2736 npm install -g github-changes
Original file line number Diff line number Diff line change 11[project ]
22name = " cdevents-sdk"
3- version = " 0.0.0 "
3+ version = " 0.0.1-draft "
44authors = [
55 { name =" Erik Sternerson" , email =" erik@sternerson.se" },
66 { name =" Evan Elms" , email =" evanmelms@gmail.com" }
You can’t perform that action at this time.
0 commit comments