Results 2 issues of Mitanshu Reshamwala

### Action config ``` - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}" firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_XYZ }}" projectId: xyz channelId: "pr-${{ github.event.number }}-${{ github.event.pull_request.head.ref }}" expires: 3d ``` ### Error message...

bug

Expected Behavior -------------------------------------------------------------------------- When I am uploading a new image, I want to add some additional information along with it. I am make a POST request on this link: `https://demo.breedbase.org/brapi/v2/images`...

Type: Bug
Priority: High