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
First off, thanks for building this GitHub Action.
I've quite recently started using it, but it does exactly what it promises.
Now, my projects "Build and Test" GHA uses the strategy.matrix to define two main builds, one for JDK8 and another for JDK11.
However, from the perspective of the Slack messages being published, I simply see two builds for seemingly exactly the same thing. Obviously, this isn't the case, as the former would be JDK8 and the latter JDK11.
Up till now, I haven't found a way to configure this for this GHA.
Am I missing something obvious here, or is this a potential feature on the roadmap?
The text was updated successfully, but these errors were encountered:
Yes, I'd like this as well. Although I guess I would slightly prefer it to be a single message that gets updated with results from both matrix builds, although that does sound more complicated, and might be harder to achieve.
First off, thanks for building this GitHub Action.
I've quite recently started using it, but it does exactly what it promises.
Now, my projects "Build and Test" GHA uses the
strategy.matrix
to define two main builds, one for JDK8 and another for JDK11.However, from the perspective of the Slack messages being published, I simply see two builds for seemingly exactly the same thing. Obviously, this isn't the case, as the former would be JDK8 and the latter JDK11.
Up till now, I haven't found a way to configure this for this GHA.
Am I missing something obvious here, or is this a potential feature on the roadmap?
The text was updated successfully, but these errors were encountered: