microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
325 stars 57 forks source link

[Draft] github action added #366

Closed JyotikaGargg closed 1 year ago

JyotikaGargg commented 1 year ago

Release download count script is added to Github Action . This gets the data from url : "https://api.github.com/repos/microsoft/go-sqlcmd/releases"

stuartpa commented 1 year ago

Can you add a brief description in the PR of what this PR is for.

JyotikaGargg commented 1 year ago

Can you add a brief description in the PR of what this PR is for.

Experimenting with Github Action .

stuartpa commented 1 year ago

Should this PR be a Draft, or is it ready for review? I don't understand how this PR fits into the bigger picture.

JyotikaGargg commented 1 year ago

Should this PR be a Draft, or is it ready for review? I don't understand how this PR fits into the bigger picture.

Should this PR be a Draft, or is it ready for review? I don't understand how this PR fits into the bigger picture. There was a confusion that happened if we should be using Azure function or Github Action. I created the Github Action . But now i am again focusing on collecting the data on Azure Storage through Azure function.