actions icon indicating copy to clipboard operation
actions copied to clipboard

Results 126 actions issues
Sort by recently updated
recently updated
newest added

Hi, https://github.com/looker-open-source/actions/blob/master/src/actions/facebook/README.md I am trying to use this action and it always fails without any particular message. The troubleshoot steps didnt work. Has anyone faced simillar issue? is this action...

The following changes were made to fix infinite loading when the user has a high storage on their Drive. Changelog: [ ] Add function to get folderID from provided folder...

Google Ads API v14 is depreacted and not working since 5.6.2024. https://developers.google.com/google-ads/api/docs/sunset-dates Please upgrade API version under src/actions/google/ads/lib/api_client.ts https://github.com/looker-open-source/actions/blob/1adbb8acc7b02b402cdff3cef713a466a7b079e0/src/actions/google/ads/lib/api_client.ts#L132 to v17 THX

There is an issue when we send a large volume of data via Segment Identity from the Looker Explorer. When around 3.9 million records were sent, we noticed that the...

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...

dependencies
javascript

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies
javascript

Seeing an AWS SDK v2 deprecation warning when spinning up action hub. Following the guidance from the warning and AWS docs: `Please migrate your code to use AWS SDK for...

This PR adds the possibility to attach images to the generated Teams message, this is achived by using `AdaptiveCard` instead of `MessageCard`