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've just got a reprimand from Github actions whilst actionlint was totally OK:
The identifier 'Set production tag (semantic)' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
I believe Actionlint may validate steps ID to match Github requirements.
Example of a bad workflow:
"on":
push:
jobs:
foo:
steps:
- id: Set production tag (semantic)
run: echo hello
Sorry for the issue instead of a PR, Go is not my strongest.
The text was updated successfully, but these errors were encountered:
I've just got a reprimand from Github actions whilst actionlint was totally OK:
I believe Actionlint may validate steps ID to match Github requirements.
Example of a bad workflow:
Sorry for the issue instead of a PR, Go is not my strongest.
The text was updated successfully, but these errors were encountered: