Skip to content

Commit

Permalink
createissue.sh - add current date
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 26, 2024
1 parent 077fc91 commit b077cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/createissue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# Variables
REPO=$repo
TITLE=$name
DATE=$(date +%d.%m.%Y)
TITLE="$name $DATE"
BODY=$body
ASSIGNEE=$assignee
LABEL=$label
Expand Down

0 comments on commit b077cc7

Please sign in to comment.