Skip to content

Commit

Permalink
Merge branch 'nepalevov:development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
bombei93 authored Dec 5, 2024
2 parents de78d9d + 0f94640 commit 1d338ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-review-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
#!/usr/bin/env bash
set -euo pipefail
set -x # TODO: remove after debug
make_api_call() {
local url="$1"
Expand Down Expand Up @@ -158,7 +159,8 @@ jobs:
run: |
#!/usr/bin/env bash
set -euo pipefail
set -x # TODO: remove after debug
# Constants
readonly SUCCESS_FLAG="✅"
readonly FAILURE_FLAG="❌"
Expand Down

0 comments on commit 1d338ed

Please sign in to comment.