Skip to content

Commit

Permalink
Added commands for creating student's submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Apr 23, 2024
1 parent bc0a86c commit e8867fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
githubRepo:
description: "Link of public github repo to deploy"
required: true
inputs:
githubRepo:
description: "Link of public github repo to deploy"
required: true

jobs:
create_docker_image:
Expand Down Expand Up @@ -41,7 +45,7 @@ jobs:
cd ./submissions-${year}
- name: Add student's repo as a submodule
- run: |
run: |
user_name=username=$(echo "${githubRepo}" | cut -d'/' -f4)
repo_name=$(echo "${githubRepo}" | cut -d'/' -f5)
Expand Down

0 comments on commit e8867fd

Please sign in to comment.