Skip to content

fix(ci): use github.repository for kickoff dx#4570

Merged
KyleGospo merged 1 commit intoublue-os:mainfrom
Lumaeris:ci-fix-kickoff-dx
Apr 6, 2026
Merged

fix(ci): use github.repository for kickoff dx#4570
KyleGospo merged 1 commit intoublue-os:mainfrom
Lumaeris:ci-fix-kickoff-dx

Conversation

@Lumaeris
Copy link
Copy Markdown
Contributor

@Lumaeris Lumaeris commented Apr 6, 2026

Apparently github.action_repository simply doesn't exist, github.repository does though and it should be enough

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@KyleGospo KyleGospo merged commit 73d0d6d into ublue-os:main Apr 6, 2026
2 checks passed
@FairlySadPanda
Copy link
Copy Markdown
Contributor

My bad:
image

github.action_repository seems to reference the action's repo when running an action. I must have grabbed the wrong var when searching for the one I needed. (action_repository could be interpreted as "the repository where the action is running").

FairlySadPanda added a commit to FairlySadPanda/bazzite-fork that referenced this pull request Apr 6, 2026
* fix: readd Extest (ublue-os#4512)

* readd extest

* readd extest

* fix indentation

* chore(bazaar): execute xdg-terminal-exec to call default terminal (ublue-os#4520)

* fix: Don't try and build Bazzite-DX if not on the ublue/bazzite repo (ublue-os#4518)

Obviously a fork should not be trying to kick off
anything on ublue/bazzite-dx.

* liveiso: add better instructions to error code 1 (ublue-os#4519)

* fix: Improve README.md's Build Your Own section (ublue-os#4517)

This section is well-intentioned but a bit vague,
to the point where I screwed up getting my own
image set up a few times.

Improves the documentation to be a bit more
detailed about how to create your own key pair and
tidy some of the language.

Also fix an reference to an old menu name - it's
`Secrets and variables` now, not just `Secrets`.

* feat(ujust): add toggle-reisub (ublue-os#4468)

* feat(ujust): add toggle-reisub

reisub is disabled by default on fedora, a ujust to easily re-enable it would be helpful.

* fix(ujust toggle-reisub): remove reboot msg

Doesn't need to reboot to apply

* lint(ujust): Remove empty lines

* feat(ujust): add toggle-reisub

reisub is disabled by default on fedora, a ujust to easily re-enable it would be helpful.

* fix(ujust toggle-reisub): remove reboot msg

Doesn't need to reboot to apply

* lint(ujust): Remove empty lines

* Update yafti.yml

* chore(deps): update system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx digest to aa51678 (ublue-os#4522)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx digest to 4f4279c (ublue-os#4524)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: run systemctl --user daemon-reload when intel-gtk-fix.conf is created or deleted (ublue-os#4531)

* chore(deps): update system_files/desktop/silverblue/usr/share/gnome-shell/extensions/blur-my-shell@aunetx digest to b7a057c (ublue-os#4530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Have brew bundle output install progress when enabling bazzite-cli (ublue-os#4534)

* chore(ci): remove storage hacks (ublue-os#4537)

90GB free disk space are more than enough to build bazzite

Related: ublue-os/container-storage-action#14

* chore(deps): update docker/login-action digest to 4907a6d (ublue-os#4535)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "chore(ci): remove storage hacks (ublue-os#4537)" (ublue-os#4544)

This reverts commit 968d8a0.

The small layout with 20G free space and /mnt seemingly got rarer and it
feels like this is dependent on (the time of) the day :( numerous runs
yesterday were fine, sorry for the trouble

* chore(deps): update system_files/desktop/silverblue/usr/share/gnome-shell/extensions/tmp/bazaar-integration@kolunmi.github.io digest to 3bb9134 (ublue-os#4543)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: Add new kwinrulesrc from Cachy until steamdeck-kde-presets can be updated.

* fix(liveiso): Mount flatpak as read-only  (ublue-os#4548)

* Revert "fix(liveiso): Avoid duplication in live env image (ublue-os#4436)"

This reverts commit 4540886.

* Revert "fix(liveiso): ensure flatpaks dont get tainted before installing (ublue-os#4284)"

This reverts commit f78b69e.

* fix(liveiso): Mount flatpak as read-only

This ensures files dont get tainted in the live enviroment before
installing

Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com>

---------

Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com>

* fix(liveiso): properly create var-lib-flatpak.mount (ublue-os#4553)

* fix(liveiso): dont update access time on readonly mount (ublue-os#4557)

Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com>

* fix(ci): use github.repository for kickoff dx (ublue-os#4570)

* Adds a new public signing key for this fork

* Handle working with Github repository owners with capitals in their names

* Remove commented-out IMAGE_REGISTRY from titanoba.yml file

* Fix retag.yml referring to the old name of the repo_owner_case step

* Only build bazzite-deck, staving off climate change for a few picoseconds

* Fix cosign key pair having a password

* Update the roll-your-own instructions to be a bit clearer and more correct (#4)

* Update the roll-your-own instructions to be a bit clearer and more correct

* Rectify a gotcha.

* Attempt a Pipewire update to 1.6.2 (#2)

* Violently crowbar Pipewire 1.6.2 into the image (#9)

* Revert "Violently crowbar Pipewire 1.6.2 into the image (#9)"

This reverts commit e9c4b10.

* Revert "Attempt a Pipewire update to 1.6.2 (#2)"

This reverts commit 6a0ba43.

---------

Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com>
Co-authored-by: stellaberrant <104581805+stellaberrant@users.noreply.github.com>
Co-authored-by: Jill Fiore <contact@lumaeris.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
Co-authored-by: Alex Shek <82931936+ykshek@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: BlueGen3sis <131178079+BlueGen3sis@users.noreply.github.com>
Co-authored-by: Shehab Ali Tweel <shehabtweel@gmail.com>
Co-authored-by: renner <80410025+renner0e@users.noreply.github.com>
Co-authored-by: Zeglius <33781398+Zeglius@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants