aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/action.yml b/action.yml
index 9e9fa5c..0b8ea7a 100644
--- a/action.yml
+++ b/action.yml
@@ -34,6 +34,11 @@ runs:
- name: Generate graphdata.json
working-directory: ./action
+ run: ls -la
+ shell: bash
+
+ - name: Generate graphdata.json
+ working-directory: ./action
run: cat package.json
shell: bash