Skip to content

Set up your GitHub Actions workflow with a specific version of GraphWalker CLI.

License

Notifications You must be signed in to change notification settings

altwalker/setup-graphwalker

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-graphwalker

Set up your GitHub Actions workflow with a specific version of GraphWalker CLI.

This action provides the following functionality for GitHub Actions users:

  • Installing a version of Python or PyPy
  • Installing a version of Java
  • Installing a version of GraphWalker CLI and (by default) adding it to the PATH

Usage

steps:
  - name: Setup GraphWalker
    uses: altwalker/setup-graphwalker@v1
    with:
      graphwalker-version: '4.3.1'
  - name: Run GraphWalker
    run: |
      gw --version

The graphwalker-version input is optional. If the graphwalker-version option does't exist the last released version of GraphWalker will be installed.

If you want to install the most up to date version of GraphWaker from the master brach set graphwalker-version to latest.

See action.yml for more details.

Community

For help, discussion about best practices, sharing ideas, projects, or any other conversation that benefits from being searchable:

For casual chit-chat with us or with other members of the community:

License

This project is licensed under the MIT License.