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 63b0482 commit c0c3b7aCopy full SHA for c0c3b7a
1 file changed
.github/workflows/build_directory_md.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Commit and push changes
48
run: |
49
git checkout -b directory_update-${{ github.sha }}
50
- git add DIRECTORY.md
+ git add .
51
52
git commit -m "docs: update DIRECTORY.md"
53
git push origin directory_update-${{ github.sha }}:directory_update-${{ github.sha }}
0 commit comments