Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Byrne committed Nov 10, 2019
1 parent 9d1089a commit a84c546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ USER root

RUN apk --no-cache add curl jq

COPY ./gen_diff.sh /
COPY ./jekyll_diff.sh /

CMD /gen_diff.sh
CMD /jekyll_diff.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: David-Byrne/jekyll-diff-action@master
- uses: David-Byrne/jekyll-diff-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit a84c546

Please sign in to comment.