This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
forked from blue-build/legacy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* template: build(deps): bump mikefarah/yq from 4.40.3 to 4.40.4 (blue-build#201) Fix: release-iso.yml to not fail if no images are returned (blue-build#202) build(deps): bump mikefarah/yq from 4.40.2 to 4.40.3 (blue-build#200) fix: typo (blue-build#199)
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# This workflow builds every branch of the repository daily at 16:30 UTC, one hour after ublue-os/nvidia builds. | ||
# The images are also built after pushuing changes or pull requests. | ||
# The images are also built after pushing changes or pull requests. | ||
# The builds can also be triggered manually in the Actions tab thanks to workflow dispatch. | ||
# Only the branch called `live` is published. | ||
|
||
|
@@ -58,7 +58,7 @@ jobs: | |
uses: ublue-os/just-action@v1 | ||
|
||
- name: Add yq (for reading recipe.yml) | ||
uses: mikefarah/[email protected].2 | ||
uses: mikefarah/[email protected].4 | ||
|
||
- name: Gather image data from recipe | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters