In the interest of creating small PRs, I'm splitting the fix for #88 into two PRs. This one introduces the reusable Slack notifications action as a replacement for the inlined equivalent in the CI build.
Once this is merged, I will replace the inlined step that uploads the zipped repo to S3. That second PR will be slightly more complex than this one because the current equivalent code does more than the reusable Action by also parsing the version info out of pom.xml before uploading to S3. It will require minor refactoring to move that into a dedicated step.
Build notifications are still happening for this branch after the change to the build workflow:
In the interest of creating small PRs, I'm splitting the fix for #88 into two PRs. This one introduces the reusable Slack notifications action as a replacement for the inlined equivalent in the CI build.
Once this is merged, I will replace the inlined step that uploads the zipped repo to S3. That second PR will be slightly more complex than this one because the current equivalent code does more than the reusable Action by also parsing the version info out of
pom.xml
before uploading to S3. It will require minor refactoring to move that into a dedicated step.Build notifications are still happening for this branch after the change to the build workflow: