Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsoftbear committed Aug 17, 2024
1 parent a3b197e commit b7b2892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish-to-repo:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.event == 'push' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.event == 'push' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions internal/app/action/loading.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func FindParcelLockersByCustomerId(
ctx.JSON(http.StatusInternalServerError, gin.H{"id": id, "message": err.Error()})
return
}

ctx.JSON(http.StatusOK, gin.H{"parcel_lockers": parcel_lockers})
}
}

0 comments on commit b7b2892

Please sign in to comment.