Skip to content

Commit 905c988

Browse files
authored
Add support for automating feature name updates
1 parent eca430e commit 905c988

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.10'
1316
- name: Update Wappalyzer
1417
run: ./update_wappalyzer.sh
18+
- name: Update Features
19+
run: python3 internal/support/FEATURES/update.py
1520
- name: Create Pull Request
1621
uses: peter-evans/create-pull-request@v6
1722
with:

0 commit comments

Comments
 (0)