We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e64260 commit 1bf6192Copy full SHA for 1bf6192
.github/workflows/directory_writer.yml
@@ -8,8 +8,6 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1 # v1, NOT v2
10
- uses: actions/setup-python@v2
11
- with:
12
- python-version: 3.x
13
- name: Write DIRECTORY.md
14
run: |
15
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments