Skip to content

Commit

Permalink
feat: added support for authenticating API requests
Browse files Browse the repository at this point in the history
  • Loading branch information
4lch4 committed May 21, 2021
1 parent 97f24e2 commit e0d177b
Show file tree
Hide file tree
Showing 8 changed files with 198,873 additions and 208,246 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ inputs:
http_url:
description: 'A URL containing data to fetch.'
required: false
authorization:
description: 'A string to send as a header for authorizing API requests.'
required: false
sql_connstring:
description: 'A connection string for making a SQL query.'
required: false
Expand Down
1,078 changes: 150 additions & 928 deletions dist/LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit e0d177b

Please sign in to comment.