Skip to content

Commit

Permalink
with node modules, to action can use it
Browse files Browse the repository at this point in the history
  • Loading branch information
gautemo committed Mar 28, 2020
1 parent 3aaabfc commit d85d2f5
Show file tree
Hide file tree
Showing 542 changed files with 186,799 additions and 25,371 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'

- name: list files
run: |
ls
run: ls

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bower_components
build/Release

# Dependency directories
node_modules/
# node_modules/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The file data is saved to. Default `actions/data.json`
## Example usage

```
uses: actions/...
uses: gautemo/[email protected]
with:
url: 'https://fake-movie-database-api.herokuapp.com/api?s=batman'
file: 'backup/data.json'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Fetch data to file'
name: 'Fetch Data to File'
description: 'Action to fetch data from a public API to a file.'
branding:
icon: 'download'
Expand Down
19 changes: 0 additions & 19 deletions dist/action.yml

This file was deleted.

Loading

0 comments on commit d85d2f5

Please sign in to comment.