Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: override `WORKDIR` command * Patch: disabled if condition for testing * Patch: disable preceding workflow * Patch: add verbose option to check path * Patch: use `root` user according to actions/checkout#1014 * Patch: add a `chown` step to take ownership According to actions/checkout#211 * Patch: removed `sudo` as it's not found * Patch: add a `path` parameter? * Patch: try changing pwd * Patch: add `ls` to check what's happening * Patch: replace `--local` using `--global` * Patch: fix dubious ownership * Patch: trying to fix detached HEAD * Revert "Patch: disable preceding workflow" This reverts commit 2d1c778. * Revert "Patch: add verbose option to check path" This reverts commit 86d5211. * Revert "Patch: disabled if condition for testing" This reverts commit 83d4c4a. * Patch: remove `--dry-run` in deploy step * Patch: trying to remove `chown` step
- Loading branch information