Skip to content

Commit

Permalink
README: fix GitHub Actions job definition.
Browse files Browse the repository at this point in the history
The version in a "uses" key is mandatory.

Fixes: 7b01e95
  • Loading branch information
ericonr committed Feb 20, 2024
1 parent 7b01e95 commit f9a17fc
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 @@ -110,7 +110,7 @@ jobs:
permissions:
packages: write
contents: read
uses: cnpem/epics-in-docker/.github/workflows/ioc-images.yml
uses: cnpem/epics-in-docker/.github/workflows/ioc-images.yml@main
```

## Containers
Expand Down

0 comments on commit f9a17fc

Please sign in to comment.