Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Nov 29, 2020
1 parent 762e6da commit f780ee6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ repository:
# A short description of the repository that will show up on GitHub
description: Github Action for testing ansible with Molecule.

# A URL with more information about the repository
homepage: https://github.com/marketplace/actions/test_ansible_with_molecule

# A comma-separated list of topics to set on the repository
topics: action, ansible, molecule, test, testing

# Either `true` to make the repository private, or `false` to make it public.
private: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The molecule scenario to run.

```yaml
- name: Test Ansible with Molecule
uses: arillso/action.molecule@master
uses: arillso/action.molecule@0.0.1
with:
command: test
working_directory: ${{ github.repository }}
Expand Down

0 comments on commit f780ee6

Please sign in to comment.