From 2bea248b8e0a35ef2ee1a05575656af0a4c1cc37 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Apr 2024 09:35:42 +0000 Subject: [PATCH] Added lillywallawitsch-Wondernest.Express as a submodule by github-actions --- .github/workflows/create-image.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index ba99c8e..5711afd 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -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 @@ -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