We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af27c8 commit d83680cCopy full SHA for d83680c
.github/workflows/deployment.yaml
@@ -14,19 +14,19 @@ jobs:
14
runs-on: ubuntu-20.04
15
defaults:
16
run:
17
- working-directory: mikiken.net
+ working-directory: /home/runner/work/compiler_log/
18
19
steps:
20
- - name: Configure git
21
- run: |
22
- git config --global user.name "mikiken"
23
- git config --global user.email "[email protected]"
24
-
25
- name: Clone repository
26
run: |
27
git clone https://github.com/mikiken/mikiken.net.git
28
cd mikiken.net
29
pwd
+
+ - name: Configure git
+ run: |
+ git config --global user.name "mikiken"
+ git config --global user.email "[email protected]"
30
31
- name: Update submodules
32
id: update
0 commit comments