alpha
Login
or
Join now
shuuji3.xyz
/
hello-github-actions
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/shuuji3/hello-github-actions.
lab.github.com/githubtraining/github-actions:-hello-world
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Create entrypoint.sh
author
TAKAHASHI Shuuji
committer
GitHub
date
4 years ago
(Nov 7, 2021, 3:53 PM +0900)
commit
f65df3f1
f65df3f14db96f19a61bf560d10ecb52693225f7
parent
54ce54f4
54ce54f488d4f84459ee2d1c6e8b130c5af0c73d
+3
1 changed file
Expand all
Collapse all
Unified
Split
action-a
entrypoint.sh
+3
action-a/entrypoint.sh
View file
Reviewed
···
1
1
+
#!/bin/sh -l
2
2
+
3
3
+
sh -c "echo Hello world my name is $INPUT_MY_NAME"