File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ LABEL "com.github.actions.description"="Workman For Egg.js"
55LABEL "com.github.actions.icon" ="settings"
66LABEL "com.github.actions.color" ="white"
77
8- LABEL "repository" ="https://github.com/thonatos/actions"
9- LABEL "homepage" ="https://github.com/thonatos/actions"
10- LABEL "maintainer" ="Thonatos Yang <thonatos.yang@gmail.com>"
8+ LABEL "repository" ="https://github.com/thonatos/github- actions-workman "
9+ LABEL "homepage" ="https://github.com/thonatos/github- actions-workman "
10+ LABEL "maintainer" ="Suyi <thonatos.yang@gmail.com>"
1111
1212RUN npm i -g github-actions-workman
1313
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -e
33
4- # add npm config
4+ # env
5+ sh -c " env" ;
6+
7+ # event.json
8+ if [ -n " $GITHUB_EVENT_PATH " ]; then
9+ cat " $GITHUB_EVENT_PATH " ;
10+ fi
11+
12+ # npm
513if [ -n " $NPM_TOKEN " ]; then
614 echo " # add npm config" ;
715
You can’t perform that action at this time.
0 commit comments