-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ to a virtual machine of GitHub Actions. | |
Include this in your workflow: | ||
|
||
```yml | ||
- uses: oldes/[email protected].2 | ||
- uses: oldes/[email protected].3 | ||
``` | ||
These inputs are allowed: | ||
- `version` -- an available Rebol release version (for example: `3.10.2`) | ||
_Default:_ empty; installs Rebol version `3.10.2`. | ||
- `version` -- an available Rebol release version (for example: `3.10.3`) | ||
_Default:_ empty; installs Rebol version `3.10.3`. | ||
- `product` -- one of available product build types (`base`, `core` or `bulk`) | ||
_Default:_ empty; installs the `core` version. | ||
|
||
|
@@ -40,7 +40,7 @@ jobs: | |
os: ["ubuntu-latest", "windows-latest", "macos-latest"] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: oldes/[email protected].2 | ||
- uses: oldes/[email protected].3 | ||
- name: Test Rebol | ||
run: ./rebol3 -v | ||
shell: bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters