Skip to content

Commit

Permalink
Update setup-openmodelica (#3)
Browse files Browse the repository at this point in the history
* Updating setup-openmodelica to v0.7
  • Loading branch information
AnHeuermann authored Jan 11, 2024
1 parent a61fb7d commit 216bbfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Continuous Integration](https://github.com/AnHeuermann/openmodelica-library-testing-action/actions/workflows/ci.yml/badge.svg)](https://github.com/AnHeuermann/openmodelica-library-testing-action/actions/workflows/ci.yml)

# openmodelica-library-testing Action

This GitHub action setups [OpenModelicaLibraryTesting](https://github.com/OpenModelica/OpenModelicaLibraryTesting)
Expand Down Expand Up @@ -76,7 +78,7 @@ the results of PRs and branches are getting published automatically.

### `gh-pages-ref`

Set branch to push HTML results to, so they can be published with GitHub Pages.
Set branch to push HTML results to, so they can be published with GitHub Pages.\
Default: `'gh-pages'`

### `pages-root-url`
Expand All @@ -93,7 +95,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: openmodelica-library-testing
- uses: openmodelica-library-testing@v0.1.1
id: library-testing
with:
package-name: MyLibrary
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
using: "composite"
steps:
- name: Setup OpenModelica
uses: AnHeuermann/setup-openmodelica@v0.6
uses: AnHeuermann/setup-openmodelica@v0.7
with:
version: ${{ inputs.omc-version }}
packages: |
Expand Down

0 comments on commit 216bbfb

Please sign in to comment.