mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
Fix build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -44,6 +44,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: 🚚 Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- run : git config user.name github-actions
|
- run : git config user.name github-actions
|
||||||
- run : git config user.email github-actions@github.com
|
- run : git config user.email github-actions@github.com
|
||||||
- run : git --work-tree build add --all
|
- run : git --work-tree build add --all
|
||||||
|
|||||||
Reference in New Issue
Block a user