Skip to content

Commit

Permalink
fix: change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
narongdejsrn authored Jun 18, 2022
1 parent 01583c6 commit 7b33a75
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ FROM golang:1.13 as builder
WORKDIR /app
# Enable go modules even inside GOPATH
ENV GO111MODULE=on
# Mark neecosem modules as private
# RUN go env -w GOPRIVATE=github.com/newcosem/*

# Copy `go.mod` for definitions and `go.sum` to invalidate the next layer
# in case of a change in the dependencies
#COPY go.mod go.sum ./
# Download dependencies
#RUN go mod download

COPY ./ ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go test ./...
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ Interval between polling in ms. Default `"200"`

## Example usage
```
uses: nev7n/wait_for_response@v1
uses: thegangtechnology/wait_for_response_body@master
with:
url: 'http://localhost:8081/'
responseCode: 200
timeout: 2000
expectedResponse: "latest"
interval: 500
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# action.yml
name: 'Wait For Response'
author: 'Justin Knight'
author: 'The Gang Tech (forked from Justin Knight)'
branding:
icon: 'clock'
color: 'blue'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/nev7n/wait_for_response
module github.com/thegangtechnology/wait_for_response_body

go 1.13
Binary file removed wait_for_response
Binary file not shown.

0 comments on commit 7b33a75

Please sign in to comment.