質問編集履歴

1

コードの追記

2021/05/01 14:14

投稿

hello_space
hello_space

スコア24

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,29 @@
57
57
 
58
58
 
59
59
  githubではリポジトリの直下にhoge.shを置き、.github/workflows/hoge.ymlを使って実行しています。
60
+
61
+
62
+
63
+ 追記
64
+
65
+ ```yml
66
+
67
+ steps:
68
+
69
+ - name: Run sh
70
+
71
+ run: sh hoge.sh
72
+
73
+ ```
74
+
75
+ とすると
76
+
77
+ ```
78
+
79
+ sh: 0: Can't open hoge.sh
80
+
81
+ Error: Process completed with exit code 127.
82
+
83
+ ```
84
+
85
+ となります。