Skip to content

Commit

Permalink
fix invalid workflowr eference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 18, 2024
1 parent 9f2e1c2 commit a743c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To execute golang tests use the provided `golang_test` workflow.
```yaml
jobs:
golang_test:
uses: ./.github/workflows/golang_test.yaml
uses: CubicrootXYZ/Workflows/.github/workflows/golang_test.yaml@v1.0.0
with:
workdir: "tests/golang_test/"
services: '{"database": {"image": "mysql:8.0", "ports": ["3306:3306"]}}'
Expand Down

0 comments on commit a743c14

Please sign in to comment.