mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
chore(linux): rename "Debian packaging" to "Ubuntu packaging"
So far the GHA was called "Ubuntu packaging" but the status reported as "Debian packaging" which was confusing. This change now uses "Ubuntu packaging" in both places. We still keep the filename `deb-packaging.yml` because we're packaging the .deb format, and because it's shorter. Fixes: #13497
This commit is contained in:
parent
dff4c2463c
commit
2b6cf97af8
2 changed files with 3 additions and 3 deletions
2
.github/workflows/deb-packaging.README.md
vendored
2
.github/workflows/deb-packaging.README.md
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# Debian Packaging GitHub Action
|
||||
# Ubuntu Packaging GitHub Action
|
||||
|
||||
You can manually trigger a deb-packaging action on GitHub, e.g. to test changes:
|
||||
|
||||
|
|
|
|||
4
.github/workflows/deb-packaging.yml
vendored
4
.github/workflows/deb-packaging.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
|||
env:
|
||||
COLOR_GREEN: "\e[32m"
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
STATUS_CONTEXT: 'Debian Packaging'
|
||||
STATUS_CONTEXT: 'Ubuntu Packaging'
|
||||
DEBFULLNAME: 'Keyman GHA packager'
|
||||
DEBEMAIL: 'support@keyman.com'
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
/repos/$GITHUB_REPOSITORY/statuses/${{ github.event.client_payload.buildSha }} \
|
||||
-f state='pending' \
|
||||
-f target_url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" \
|
||||
-f description='Debian packaging started' \
|
||||
-f description='Ubuntu packaging started' \
|
||||
-f context="$STATUS_CONTEXT"
|
||||
|
||||
- name: Install devscripts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue