1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-19 04:41:41 +02:00

add name for geckodriver log build artifact

This commit is contained in:
amacado
2020-09-06 14:47:11 +02:00
parent a24e3aa0ef
commit dedf8c7275

View File

@@ -30,6 +30,7 @@ jobs:
- name: Upload geckodriver.log for debugging purposes
uses: actions/upload-artifact@v2
with:
name: geckodriver-log
path: ./geckodriver.log
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4