You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
| `artifact_name` | Name of the prepared articact the Lambda Layer zip file should be uploaded to |
59
+
| `zip_file_name` | Name of the zip file that will be created |
60
+
| `build_cache_key` | Build cache key |
61
+
| `build_cache_paths` | Paths of the build cache |
62
+
| `debug_enabled` | If set to "true" debugging is enabled and you can log into the running action. (See https://github.com/marketplace/actions/debugging-with-tmate) |
63
+
64
+
## Testing
65
+
66
+
If you want to see an example of a zip file this action can create looks like you can manually run the GitHub action "Test Production". This will create a dummy lambda layer (just containing one placeholder file) and the latest [relay](https://github.com/getsentry/relay) based Sentry Lambda Extension. After the GitHub action has run, you can download the generated artifact at the bottom of the summary page of the GitHub action result.
0 commit comments