-
Notifications
You must be signed in to change notification settings - Fork 7
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
Convert to JavaScript Action #29
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
threeal
force-pushed
the
convert-to-typescript
branch
from
January 25, 2023 14:33
725cb6f
to
61aa99f
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 25, 2023 14:42
395ee84
to
88be77b
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 26, 2023 08:06
1ffcf83
to
e769dae
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 26, 2023 08:11
e769dae
to
57b8986
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 26, 2023 08:54
7b046e3
to
9062a63
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 26, 2023 14:06
0ff873f
to
2816299
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 26, 2023 15:14
32c3fd0
to
67b0ecb
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 27, 2023 07:34
6a35fa7
to
b92c14b
Compare
threeal
force-pushed
the
convert-to-typescript
branch
2 times, most recently
from
January 27, 2023 08:42
a5de9da
to
1b57993
Compare
threeal
force-pushed
the
convert-to-typescript
branch
2 times, most recently
from
January 27, 2023 10:02
4737301
to
32e8f21
Compare
threeal
force-pushed
the
convert-to-typescript
branch
3 times, most recently
from
January 27, 2023 11:09
f23318c
to
85c736a
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 27, 2023 11:38
4c65b6e
to
e21c8bf
Compare
threeal
force-pushed
the
convert-to-typescript
branch
from
January 27, 2023 12:25
a059172
to
f051612
Compare
This was referenced Jan 27, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #28
This PR basically convert this action from Composite Action into JavaScript Action (or TypeScript to be exact).
Input and output relatively are the same, it mostly just migrating codes and logic in to a TypeScript.