Skip to content

Commit f994538

Browse files
authored
Update and rename GenerateREADME.yml to generate-README.yml
1 parent ce52f74 commit f994538

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/GenerateREADME.yml .github/workflows/generate-README.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GenerateREADME
1+
name: Generate README
22
on:
33
push:
44
branches:
@@ -12,10 +12,9 @@ jobs:
1212
run: git clone https://github.com/tiny656/PAT.git .
1313

1414
- name: Setup python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x'
18-
architecture: 'x64'
1918

2019
- name: Generate README
2120
run: python GenerateREADME.py

0 commit comments

Comments
 (0)