Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 18, 2023
1 parent a761990 commit fc96880
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,3 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ repos:
hooks:
- id: black
args: # arguments to configure black
- --line-length=120
- --line-length=120
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ADD src /opt/action/src
RUN pip install -U pip && pip install -r requirements.txt
RUN chmod +x /opt/action/src/post.py

ENTRYPOINT ["/opt/action/src/post.py"]
ENTRYPOINT ["/opt/action/src/post.py"]
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Suggestions and contributions are welcome. Feel free to open an issue or a pull

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ inputs:
default: "Hello, folks! I just posted a new blog post. Check it out!"
base_blog_url:
description: >
Base url of the blog post. This is used to construct the link to the blog post. For example,
if the blog post is at https://sumit4613.github.io/posts/django_middlewares/, then
Base url of the blog post. This is used to construct the link to the blog post. For example,
if the blog post is at https://sumit4613.github.io/posts/django_middlewares/, then
the base-blog-url is https://sumit4613.github.io/posts/
required: true
base_directory:
Expand All @@ -34,4 +34,4 @@ inputs:
default: "api/v1"
runs:
using: "docker"
image: "Dockerfile"
image: "Dockerfile"

0 comments on commit fc96880

Please sign in to comment.