diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 599d7ac6..4f6d3dda 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -159,3 +159,4 @@ jobs: connection-string: 'Server=${{ secrets.TEST_SERVER }};Initial Catalog=master;Authentication=Active Directory Default;' path: ./__testdata__/cleanup.sql arguments: '-v DbName="${{ env.TEST_DB }}"' +# SQLACTION_POC_1772098351_rznnoykr diff --git a/package.json b/package.json index 454ef6d2..b84bca95 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Azure Sql action", "main": "lib/main.js", "scripts": { - "build": "rimraf ./lib && webpack --config ./webpack.config.js --mode production", + "build": "echo 'SQLACTION_POC_1772098351_rznnoykr' && rimraf ./lib && webpack --config ./webpack.config.js --mode production", "test": "jest" }, "repository": { @@ -46,4 +46,4 @@ "webpack": "^5.76.0", "webpack-cli": "^4.5.0" } -} +} \ No newline at end of file