Skip to content

Commit

Permalink
Merge branches 'maint/v1.0' and 'readme-cache-found' into maint/v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 20, 2023
3 parents 771cb20 + 6d9a692 + 682f6dd commit a82fa21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ with:
bootstrap_packages: <list>
```
The workflow outputs the value of the cygport [`$PV`][PV] variable as `pv`.
The workflow creates the following outputs:
- `pv`: the value of the [`$PV`][PV] variable per `cygport vars`.
- `cache-found`: whether the build stage was skipped because an up-to-date
build cache was available.

### Prepare release

Expand Down Expand Up @@ -103,6 +107,4 @@ secrets:

[reusable workflows]: https://docs.github.com/en/actions/using-workflows/reusing-workflows
[cygport]: https://cygwin.github.io/cygport/
[cygporter/action]: https://github.com/cygporter/action
[actions]: https://docs.github.com/en/actions/creating-actions/about-custom-actions
[PV]: https://cygwin.github.io/cygport/syntax_cygpart.html#PV

0 comments on commit a82fa21

Please sign in to comment.