Skip to content

Commit

Permalink
👷 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 18, 2024
1 parent 5873968 commit d3158b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cybersource-release-poll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@ jobs:
source "$(pwd)/lib/variables.sh"
source "$(pwd)/lib/check-latest-release.sh"
# update_text=$(
# echo hi
# )
update_text="$(
check_latest_release \
"CyberSource/cybersource-rest-client-node" \
"$cybersource_rest_client_version" \
2>&1
)"
# if the update message exists
if [ -n "$update_text" ]; then
latest_version=$(echo "$update_text" | sed -E 's/^.+ → ([0-9.a-z -]+).*$/\1/')
Expand Down

0 comments on commit d3158b4

Please sign in to comment.