diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..069ded3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ref: https://git-scm.com/docs/gitattributes +* text=auto eol=lf diff --git a/README.md b/README.md index d666f2b..0b31034 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See [action.yml](action.yml) ```yaml steps: - uses: actions/checkout@v4 - - uses: vanilla-os/vib-gh-action@v0.6.0 + - uses: vanilla-os/vib-gh-action@v0.6.1 with: recipe: 'myRecipe.yml' plugins: org/repo:tag,org/repo:tag diff --git a/setup.sh b/setup.sh index 168b356..4699c60 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -VIB_VERSION="0.6.0" +VIB_VERSION="0.6.1" PLUGINS_ARG="${1:-}" if [ -z "$PLUGINS_ARG" ]; then