forked from start-jsk/jsk_apc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Update checkout to avoid permission error
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,9 @@ jobs: | |
sudo chown -R $USER $HOME | ||
git config --global --add safe.directory $GITHUB_WORKSPACE || echo "OK" # Show 'could not lock config file /github/home/.gitconfig: Permission denied', but it is ok | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
# github actions cache does not work because of permission denied. | ||
# see: https://github.com/actions/cache/issues/404 | ||
# - name: Cache several data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,9 @@ jobs: | |
sudo chown -R $USER $HOME | ||
git config --global --add safe.directory $GITHUB_WORKSPACE || echo "OK" # Show 'could not lock config file /github/home/.gitconfig: Permission denied', but it is ok | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
# github actions cache does not work because of permission denied. | ||
# see: https://github.com/actions/cache/issues/404 | ||
# - name: Cache several data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,9 @@ jobs: | |
sudo chown -R $USER $HOME | ||
git config --global --add safe.directory $GITHUB_WORKSPACE || echo "OK" # Show 'could not lock config file /github/home/.gitconfig: Permission denied', but it is ok | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
# github actions cache does not work because of permission denied. | ||
# see: https://github.com/actions/cache/issues/404 | ||
# - name: Cache several data | ||
|