contentful / actions-app-deploy

Custom Github Action for deploying apps to Contentful
4 stars 1 forks source link

Add option to set bundle comment #27

Closed tomhelmer closed 3 months ago

tomhelmer commented 1 year ago

Hi, It would be nice if I could set a bundle comment when running the action.

 - uses: contentful/actions-app-deploy@v1
        with:
          organization-id: ${{ secrets.ORGANIZATION_ID }}
          app-definition-id: ${{ secrets.APP_DEFINITION_ID }}
          access-token: ${{ secrets.ACCESS_TOKEN }}
          folder: build
          comment: "Deployed by github action"
teunverhaert commented 7 months ago

Hi, I created a PR for this https://github.com/contentful/actions-app-deploy/pull/29

jjolton-contentful commented 3 months ago

Thanks again for putting that PR together @teunverhaert :)

I've just merged #29 so I'll go ahead and close this issue now.