mirror of
https://github.com/extractions/setup-just
synced 2026-09-07 20:04:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user