Skip to content

Commit dc4f99d

Browse files
github-actionsalkaline-0
github-actions
authored andcommitted
Added lillywallawitsch-Wondernest.Express as a submodule by github-actions
1 parent af8a8af commit dc4f99d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/create-image.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@ jobs:
4242
echo "Submodule already exists, terminating github actions"
4343
fi
4444
cd ./submissions-${year}/${user_name}-${repo_name}/
45+
env:
46+
year: ${year}
47+
user_name: ${user_name}
48+
repo_name: ${repo_name}
49+
4550
outputs:
4651
status: ${{ steps.create_student_submodule.outcome }}
47-
year: ${year}
48-
user_name: ${user_name}
49-
repo_name: ${repo_name}
52+
year: ${{ steps.create_student_submodule.env.year }}
53+
user_name: ${{ steps.create_student_submodule.env.user_name }}
54+
repo_name: ${{ steps.create_student_submodule.env.repo_name }}
5055

5156
create_docker_image:
5257
needs: create_submodule

.gitmodules

-3
This file was deleted.
This file was deleted.

0 commit comments

Comments
 (0)