Rename version input to just-version

This is technically a breaking  change, but let's hope no one is
actually using this action yet.
This commit is contained in:
Ross MacArthur
2020-05-03 13:59:00 +02:00
parent 2d295f385f
commit 7bd7066470
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ jobs:
- name: Run self
uses: ./
with:
version: 0.5.10
just-version: 0.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check just version
run: just --version | grep "^just v0.5.10$"
run: just --version | grep "^just v0.4.5$"
shell: bash