AObuchow / Eclipse-Spectrum-Theme

Eclipse plugin which adds the Spectrum theme.
https://marketplace.eclipse.org/content/spectrum-dark-theme
Eclipse Public License 2.0
23 stars 5 forks source link

Make Github Workflow Push Updatesite Again #125

Closed ingomohr closed 4 years ago

ingomohr commented 4 years ago

Tonight I noticed that my workflows always failed with an unwanted char in some line of my "push updatesite" yaml script.

Since the script is used via a Git tag, and I didn't change the tag nor the commit, I assume that Github changed the check-behavior. I fixed the script and added a new tag "v1_0_1".

This PR updates the workflows for branch and master to use the new version of the "push updatesite" Github action.

Tested on my fork. Worked as expected.

AObuchow commented 4 years ago

Thanks for catching this @ingomohr and for the quick fix :) Merging!