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
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ jobs:
30
30
runs-on: ubuntu-latest
31
31
32
32
steps:
33
-
- name: check for reminder
34
-
uses: agrc/create-reminder-action@v1.0.0
33
+
- name: check for reminder
34
+
uses: agrc/create-reminder-action@v1.0.0
35
35
```
36
36
37
37
## Package for distribution
38
38
39
39
GitHub Actions will run the entry point from the action.yml. Packaging assembles the code into one file that can be checked in to Git, enabling fast and reliable execution and preventing the need to check in node_modules.
40
40
41
-
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
41
+
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
0 commit comments