Skip to content

Commit e8f9b83

Browse files
committed
update actions
1 parent 2e54c76 commit e8f9b83

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

.github/workflows/copyright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Update-Copyright-Year
1+
name: Update Copyright Year
22

33
on:
44
schedule:
55
- cron: '0 3 1 1 *'
66
workflow_dispatch:
77

88
jobs:
9-
Update-Copyright-Year:
9+
update:
1010
runs-on: ubuntu-latest
1111
steps:
1212

.github/workflows/release.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
name: Release
1+
name: PyPI Release
22

33
on:
44
create:
55
tags:
66
- v*
77

88
jobs:
9-
tagged-release:
10-
name: Release
9+
release:
1110
runs-on: ubuntu-latest
1211
steps:
1312

1413
- name: Create Release for new Tag
1514
uses: marvinpinto/action-automatic-releases@latest
1615
with:
17-
title: TMDbAPIs ${{ github.event.ref }}
16+
title: ${{ secrets.REPO_NAME }} ${{ github.event.ref }}
1817
repo_token: ${{ secrets.PAT }}
1918
prerelease: false
2019

@@ -47,8 +46,8 @@ jobs:
4746
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
4847
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
4948
title: "${{ secrets.REPO_NAME }} ${{ github.event.ref }}: **Build Successful**"
50-
color: 844716
5149
url: https://github.com/Kometa-Team/${{ secrets.REPO_NAME }}/actions/runs/${{ github.run_id }}
50+
color: 844716
5251
username: Kobota
5352
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
5453
author: PyPI
@@ -67,4 +66,4 @@ jobs:
6766
username: Kobota
6867
avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
6968
author: PyPI
70-
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg
69+
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/pypi.svg

.github/workflows/tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests
1+
name: Tag New Version
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
tag-new-versions:
10+
tag:
1111
runs-on: ubuntu-latest
1212
steps:
1313

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
run-tests:
10+
run:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
max-parallel: 1
@@ -30,7 +30,7 @@ jobs:
3030
pip install -r requirements-dev.txt
3131
python setup.py install
3232
33-
- name: Run tests
33+
- name: Run Tests
3434
env:
3535
TMDB_APIKEY: ${{ secrets.TMDB_APIKEY }}
3636
TMDB_SESSION: ${{ secrets.TMDB_SESSION }}

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.11
1+
1.2.12

0 commit comments

Comments
 (0)