-
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.
- Loading branch information
Showing
1 changed file
with
2 additions
and
5 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 |
---|---|---|
|
@@ -13,15 +13,12 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
# Need this for the nested git submodule: | ||
- name: include stub submodule to base repo | ||
- name: include test-repo stub Git submodule in base repo | ||
run: git submodule update --init | ||
- name: Setup git user | ||
- name: Setup git user for Git ops | ||
run: | | ||
git config --global user.name "Al Ex" | ||
git config --global user.email "[email protected]" | ||
# mkdir tmp | ||
# cp -r test-repo tmp/test-repo | ||
# cat tmp/test-repo/README.md | ||
- name: Set up Elixir | ||
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24 | ||
with: | ||
|