We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b70de4 commit 0dfc9c3Copy full SHA for 0dfc9c3
.github/workflows/ci.yml
@@ -13,15 +13,12 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
# Need this for the nested git submodule:
16
- - name: include stub submodule to base repo
+ - name: include test-repo stub Git submodule in base repo
17
run: git submodule update --init
18
- - name: Setup git user
+ - name: Setup git user for Git ops
19
run: |
20
git config --global user.name "Al Ex"
21
git config --global user.email "[email protected]"
22
- # mkdir tmp
23
- # cp -r test-repo tmp/test-repo
24
- # cat tmp/test-repo/README.md
25
- name: Set up Elixir
26
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
27
with:
0 commit comments