Skip to content

Commit

Permalink
build: action run error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenquincy committed Jul 10, 2022
1 parent 1fd041a commit f820a39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Add safe workspace
run: /
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@master
- uses: srt32/git-actions@v0.0.3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Add safe workspace
run: /
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout
uses: actions/checkout@master
- uses: srt32/git-actions@v0.0.3
Expand Down

0 comments on commit f820a39

Please sign in to comment.