Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85731f8360 |
+3
-2
@@ -32,9 +32,10 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.action_path }}
|
working-directory: ${{ github.action_path }}
|
||||||
- name: Run agent
|
- name: Run agent
|
||||||
run: node entry.ts
|
run: |
|
||||||
|
cd $GITHUB_WORKSPACE
|
||||||
|
node ${{ github.action_path }}/entry.ts
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ github.action_path }}
|
|
||||||
env:
|
env:
|
||||||
INPUTS_JSON: ${{ toJSON(inputs) }}
|
INPUTS_JSON: ${{ toJSON(inputs) }}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/action",
|
"name": "@pullfrog/action",
|
||||||
"version": "0.0.57",
|
"version": "0.0.58",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user