-
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.
* chore: remove/replace old ublue/startingpoint mentions * chore: replace startingpoint in build badge url * chore: bring up-to-date with the main template, strip cruft from readmes * build(deps): bump mikefarah/yq from 4.40.5 to 4.41.1 (#246) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.40.5 to 4.41.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.40.5...v4.41.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: backport some fixes from cli exports to build.sh * docs: add verification message --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4923fc7
commit e7824c0
Showing
18 changed files
with
44 additions
and
511 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 +1 @@ | ||
* @castrojo | ||
* @xynydev |
This file was deleted.
Oops, something went wrong.
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
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,8 +1,8 @@ | ||
on: | ||
push: | ||
paths: | ||
- 'boot_menu.yml' | ||
- '.github/workflows/release-iso.yml' | ||
- "boot_menu.yml" | ||
- ".github/workflows/release-iso.yml" | ||
workflow_dispatch: | ||
|
||
name: release-iso | ||
|
@@ -12,13 +12,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
container: | ||
container: | ||
image: fedora:39 | ||
options: --privileged | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Generate ISO | ||
uses: ublue-os/[email protected] | ||
- name: Generate ISO | ||
uses: ublue-os/isogenerator-old@v2.3.1 | ||
id: isogenerator | ||
with: | ||
image-name: ${{ github.event.repository.name }} | ||
|
@@ -43,5 +43,4 @@ jobs: | |
- name: Upload SHA256SUM | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
run: | ||
gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber | ||
run: gh release upload auto-iso ${{ steps.isogenerator.outputs.sha256sum-path }} -R ${{ github.repository_owner }}/${{ github.event.repository.name }} --clobber |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.