Skip to content

Commit

Permalink
Added lillywallawitsch-Wondernest.Express as a submodule by github-ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
github-actions authored and alkaline-0 committed Apr 25, 2024
1 parent b4a1535 commit f2d32a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "Submodule already exists, terminating github actions"
fi
cd ./submissions-${year}/${user_name}-${repo_name}/
cd ./submissions-${year}/${user_name}-${repo_name}/${user_name}-${repo_name}
outputs:
status: ${{ steps.create_student_submodule.outcome }}
year: ${{ env.YEAR }}
Expand Down Expand Up @@ -74,9 +74,11 @@ jobs:

- name: Get submodule's dependencies in JSON file
run: |
it-depends ${{ needs.create_submodule.outputs.user_name }}/${{ needs.create_submodule.outputs.repo_name }} --depth-limit 1 >> ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json
it-depends . --depth-limit 1 >> ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json
- name: Check if the JSON file was created successfully
run: |
if [[ -f ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json ]]; then
cat ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json
if [[ -f ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json ]]; then
cat ${{ needs.create_submodule.outputs.user_name }}-${{ needs.create_submodule.outputs.repo_name }}.json
else
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Submodule lillywallawitsch-Wondernest.Express deleted from 837425

0 comments on commit f2d32a0

Please sign in to comment.