Skip to content

Commit a021bc1

Browse files
committed
Remove unused const
1 parent 15e5e80 commit a021bc1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
git config --global user.name "github-actions[bot]"
2626
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
2727
28-
- name: Update list
28+
- name: Update changelog
2929
run: python scripts/update_changelog.py
3030
env:
31-
PRODUCTION: true
3231
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts/update_changelog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
1717
GITHUB_REF_NAME = os.getenv('GITHUB_REF_NAME')
18-
PRODUCTION = os.getenv('PRODUCTION', False)
1918

2019
CURRENT_FILE = Path(__file__)
2120
ROOT = CURRENT_FILE.parents[1]

0 commit comments

Comments
 (0)