There was an error while loading. Please reload this page.
1 parent ae337ec commit 9efffcfCopy full SHA for 9efffcf
.github/workflows/download_videos.yml
@@ -51,10 +51,10 @@ jobs:
51
git config --global user.name "nickcafferry"
52
git init
53
cd source/assets/videos/lol/
54
- git add -A
55
- git status
56
- cd ../../../../
57
- git commit -m "Add some videos"
58
- ls
59
- git push origin master
+ pwd
+
+ - uses: actions/upload-artifact@v2
+ with:
+ name: output results
+ path: /home/runner/work/Python-videos-for-beginners/source/assets/videos/lol/
60
0 commit comments