diff --git a/README.md b/README.md index ce7a8cb..372989f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Call API' - uses: agoda-com/curl@v1 + uses: indiesdev/curl@v1 with: # The target URL # Required: true if custom-config is not set @@ -103,7 +103,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Call API' - uses: agoda-com/curl@v1 + uses: indiesdev/curl@v1 id: api with: url: https://reqres.in/api/users diff --git a/action.yml b/action.yml index dcc89e9..413034f 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'cURL Axios' +name: 'cURL AxiosJS' description: 'cURL action to perform REST API based on Axios' inputs: url: @@ -42,4 +42,4 @@ branding: color: 'gray-dark' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'