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 526f4f3 commit 2bea248
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
year: ${year}
user_name: ${user_name}
repo_name: ${repo_name}
outputs:
status: ${{ steps.create_student_submodule.outcome }}
year: ${year}
user_name: ${user_name}
repo_name: ${repo_name}

create_docker_image:
needs: create_submodule
Expand All @@ -69,12 +74,9 @@ jobs:

- name: Get submodule's dependencies in JSON file
run: github-dependents-info --repo ${needs.create_submodule.outputs.user_name}/${needs.create_submodule.outputs.repo_name} --json
run: github-dependents-info --repo ${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
echo "${needs.create_submodule.outputs.user_name}/${needs.create_submodule.outputs.repo_name}.json exists!"
if [[ -f ${needs.create_submodule.outputs.user_name}/${needs.create_submodule.outputs.repo_name}.json ]]; then
echo "${needs.create_submodule.outputs.user_name}/${needs.create_submodule.outputs.repo_name}.json exists!"
else
Expand Down

0 comments on commit 2bea248

Please sign in to comment.