Skip to content

Commit

Permalink
Merge pull request #54 from dfreilich/test
Browse files Browse the repository at this point in the history
Rename file to main.yml
  • Loading branch information
dfreilich authored Mar 7, 2022
2 parents 42e8e59 + 5ed9e43 commit 6e76044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main2.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test/main

on:
push:
branches:
- main
pull_request_target:
branches:
- main
Expand All @@ -16,7 +19,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cat action.yml
- uses: ./
with:
args: 'version'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If you are publishing to a registry that is not Docker Hub, you can also add in
```

### More Examples
For more examples, see the [test workflows](.github/workflows/main2.yml).
For more examples, see the [test workflows](.github/workflows/main.yml).

## Inputs
### `args`
Expand Down

0 comments on commit 6e76044

Please sign in to comment.