Skip to content

Commit 6a036f7

Browse files
committed
Fix body of release to display course name and id correctly
1 parent 95e9acd commit 6a036f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nptel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
token: ${{ secrets.NPTEL }}
5656
tag: "NPTEL_${{ env.NPTEL_TAG }}"
5757
allowUpdates: true
58-
body : "NPTEL videos for course Id ${{ env.NPTEL_TAG }}"
58+
body : "NPTEL videos for course ${{ env.NPTEL_TAG }}, course id ${{ inputs.courseId }}"

0 commit comments

Comments
 (0)