Skip to content

Commit cfb2cb1

Browse files
author
Irene Alvarado
committed
Merge main
2 parents 3038c00 + 03db417 commit cfb2cb1

7 files changed

Lines changed: 241150 additions & 244317 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v2
6363
# The Flat Action step. We fetch the data in the http_url and save it as downloaded_filename
6464
- name: Fetch data
65-
uses: githubocto/flat@v1
65+
uses: githubocto/flat@v2
6666
with:
6767
http_url: # THE URL YOU WISH TO FETCH GOES HERE
6868
downloaded_filename: # The http_url gets saved and renamed in our repository. Example: data.json, data.csv, image.png
@@ -110,7 +110,7 @@ A URI-style database connection string. Flat will use this connection string to
110110
> Most connection strings contain an authentication secret like a username and password. GitHub provides an encrypted vault for secrets like these which can be used by the action when it runs. [Create a secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) on the repository where the Flat action will run, and use that secret in your workflow.yaml like so:
111111
>
112112
> ```
113-
> sql_connstring: ${{NAME_OF_THE_CREATED_SECRET}}
113+
> sql_connstring: ${{secrets.NAME_OF_THE_CREATED_SECRET}}
114114
> ```
115115
>
116116
> If you're using the [flat-vscode extension](https://github.com/githubocto/flat-vscode), this is handled for you.

dist/LICENSE

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ MIT
1515

1616
@actions/io
1717
MIT
18+
The MIT License (MIT)
19+
20+
Copyright 2019 GitHub
21+
22+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1827

1928
@azure/ms-rest-azure-env
2029
MIT
@@ -3091,7 +3100,7 @@ pg
30913100
MIT
30923101
MIT License
30933102

3094-
Copyright (c) 2010 - 2020 Brian Carlson
3103+
Copyright (c) 2010 - 2021 Brian Carlson
30953104

30963105
Permission is hereby granted, free of charge, to any person obtaining a copy
30973106
of this software and associated documentation files (the "Software"), to deal
@@ -3182,7 +3191,7 @@ pg-protocol
31823191
MIT
31833192
MIT License
31843193

3185-
Copyright (c) 2010 - 2020 Brian Carlson
3194+
Copyright (c) 2010 - 2021 Brian Carlson
31863195

31873196
Permission is hereby granted, free of charge, to any person obtaining a copy
31883197
of this software and associated documentation files (the "Software"), to deal
@@ -4199,8 +4208,7 @@ MIT
41994208

42004209
underscore
42014210
MIT
4202-
Copyright (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative
4203-
Reporters & Editors
4211+
Copyright (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
42044212

42054213
Permission is hereby granted, free of charge, to any person
42064214
obtaining a copy of this software and associated documentation

0 commit comments

Comments
 (0)