We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ebe10 commit 6703fc3Copy full SHA for 6703fc3
.github/workflows/cat_src.yml
@@ -32,7 +32,7 @@ jobs:
32
git reset --hard origin/main
33
git rm -rf .
34
git checkout main -- README.md # Explicitly checkout the latest README.md from main
35
- git pull
+ git pull
36
git add README.md all_source.txt
37
git commit -m "Updating all source and README"
38
0 commit comments