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
I think after we do the tweeting via GitHub actions, we can remove all the Azure function logic?
What I would do is to split up the current notify action steps. One step to retrieve the new versions and write it to output, and the other to dispatch the events in all installations. Then we can have a separate step for tweeting
The text was updated successfully, but these errors were encountered:
I think an even better solution would be to create an additional workflow for tweeting, which will act on the nodekitten repository dispatch event type. It would also make a great usage example :)
I think after we do the tweeting via GitHub actions, we can remove all the Azure function logic?
What I would do is to split up the current
notify
action steps. One step to retrieve the new versions and write it to output, and the other to dispatch the events in all installations. Then we can have a separate step for tweetingThe text was updated successfully, but these errors were encountered: