You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: ysk8hori/delta-typescript-graph-action@v# specify latest version
104
104
```
105
105
106
106
This basic setup will trigger the Action on every pull request. The Action will run on the latest Ubuntu runner and use its default settings. If you want to customize the Action, you can add parameters under the `with` section of the workflow file.
@@ -124,7 +124,7 @@ To use these parameters, include them under the `with` section of your workflow
0 commit comments