File tree Expand file tree Collapse file tree 4 files changed +35
-1
lines changed
Expand file tree Collapse file tree 4 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ import tweetrel
2+ tweetrel .send_tweet ()
Original file line number Diff line number Diff line change 1+ name : tweet
2+ on :
3+ workflow_dispatch :
4+ release :
5+ types : [published]
6+ defaults :
7+ run : { shell: bash }
8+
9+ jobs :
10+ build :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v1
14+ - uses : actions/setup-python@v2
15+ with : {python-version: '3.8'}
16+ - name : Run script
17+ env :
18+ CONTEXT_GITHUB : ${{ toJson(github) }}
19+ CONTEXT_SECRETS : ${{ toJson(secrets) }}
20+ run : |
21+ pip install -Uq tweetrel
22+ python .github/scripts/build-tweet.py
Original file line number Diff line number Diff line change 1- .github
1+ * test. *
22conda /
33.sass-cache /
44api.json
Original file line number Diff line number Diff line change 22
33<!-- do not remove -->
44
5+ ## 0.1.6
6+
7+ ### New Features
8+
9+ - add ` paged ` ([ #13 ] ( https://github.com/fastai/ghapi/issues/13 ) )
10+
11+ - add ` gh_date ` ([ #12 ] ( https://github.com/fastai/ghapi/issues/12 ) )
12+
13+
14+
515## 0.1.1
616
717### New Features
You can’t perform that action at this time.
0 commit comments