We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e5e80 commit a021bc1Copy full SHA for a021bc1
.github/workflows/update-changelog.yml
@@ -25,8 +25,7 @@ jobs:
25
git config --global user.name "github-actions[bot]"
26
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
27
28
- - name: Update list
+ - name: Update changelog
29
run: python scripts/update_changelog.py
30
env:
31
- PRODUCTION: true
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
scripts/update_changelog.py
@@ -15,7 +15,6 @@
15
16
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
17
GITHUB_REF_NAME = os.getenv('GITHUB_REF_NAME')
18
-PRODUCTION = os.getenv('PRODUCTION', False)
19
20
CURRENT_FILE = Path(__file__)
21
ROOT = CURRENT_FILE.parents[1]
0 commit comments