diff options
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |