generated from qoomon/actions--template
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue where truncated job names would cause the job to fail. #45
Merged
Commits on Oct 8, 2024
-
Fixes an issue where workflow names would be truncated and cause the action to fail. Root cause: When the line length of the job name + matrix inputs exceeds 97 characters in GHA. The name is truncated and an ellipsis is appended. This caused the action to fail. Fix: Truncate the name just like GHA does. Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a46570 - Browse repository at this point
Copy the full SHA 6a46570View commit details -
Fix GHA matrix length issue Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ad33c5 - Browse repository at this point
Copy the full SHA 6ad33c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9228cb - Browse repository at this point
Copy the full SHA e9228cbView commit details -
Merge branches 'main' and 'main' of https://github.com/c3charvat/acti…
…ons--context Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f63e34 - Browse repository at this point
Copy the full SHA 2f63e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6d641 - Browse repository at this point
Copy the full SHA dd6d641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b0e25 - Browse repository at this point
Copy the full SHA 85b0e25View commit details -
Revert "Merge branches 'main' and 'main' of https://github.com/c3char…
…vat/actions--context" This reverts commit 2f63e34, reversing changes made to e9228cb.
Configuration menu - View commit details
-
Copy full SHA for be42c9a - Browse repository at this point
Copy the full SHA be42c9aView commit details -
* Create example-reusable-from-matrix.yml * Update example.yaml * Update actions.ts * Update index.js * build Signed-off-by: Collin Charvat <[email protected]> * fix_missing_input Signed-off-by: Collin Charvat <[email protected]> * add_max_parallel_test Signed-off-by: Collin Charvat <[email protected]> --------- Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a294d63 - Browse repository at this point
Copy the full SHA a294d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c002d - Browse repository at this point
Copy the full SHA 06c002dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c85ec93 - Browse repository at this point
Copy the full SHA c85ec93View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bac7c89 - Browse repository at this point
Copy the full SHA bac7c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c1ec3 - Browse repository at this point
Copy the full SHA 23c1ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d428c - Browse repository at this point
Copy the full SHA 26d428cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e2790 - Browse repository at this point
Copy the full SHA 49e2790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae7994 - Browse repository at this point
Copy the full SHA 8ae7994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3833524 - Browse repository at this point
Copy the full SHA 3833524View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e770c8 - Browse repository at this point
Copy the full SHA 6e770c8View commit details
Commits on Oct 11, 2024
-
Merge branch 'main' of https://github.com/c3charvat/actions--context
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4504b4 - Browse repository at this point
Copy the full SHA a4504b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b08f41a - Browse repository at this point
Copy the full SHA b08f41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4350ace - Browse repository at this point
Copy the full SHA 4350aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d19ec5 - Browse repository at this point
Copy the full SHA 8d19ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc9f47 - Browse repository at this point
Copy the full SHA 5bc9f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d9d36 - Browse repository at this point
Copy the full SHA 49d9d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b6619 - Browse repository at this point
Copy the full SHA e5b6619View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eeec66a - Browse repository at this point
Copy the full SHA eeec66aView commit details
Commits on Oct 14, 2024
-
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f81bcc - Browse repository at this point
Copy the full SHA 7f81bccView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f0942a - Browse repository at this point
Copy the full SHA 9f0942aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261b20f - Browse repository at this point
Copy the full SHA 261b20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e70973 - Browse repository at this point
Copy the full SHA 2e70973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c368f3 - Browse repository at this point
Copy the full SHA 3c368f3View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 680d7b8 - Browse repository at this point
Copy the full SHA 680d7b8View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53b3046 - Browse repository at this point
Copy the full SHA 53b3046View commit details -
Signed-off-by: Collin Charvat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3336f4 - Browse repository at this point
Copy the full SHA c3336f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3992eb - Browse repository at this point
Copy the full SHA f3992ebView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.