diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-08-06 13:16:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-06 13:16:30 -0700 |
commit | 9a9a4fcfd462f5d269e533713307abfb4b01bcf4 (patch) | |
tree | 3198a3339ba55459421d46aea39f7631013bc73b /.github/workflows/build.yml | |
parent | 0e7f43592191ecd7946366f2807c89dbaa5d5caf (diff) | |
download | PrismLauncher-9a9a4fcfd462f5d269e533713307abfb4b01bcf4.tar.gz PrismLauncher-9a9a4fcfd462f5d269e533713307abfb4b01bcf4.tar.bz2 PrismLauncher-9a9a4fcfd462f5d269e533713307abfb4b01bcf4.zip |
Apply suggestions from code review
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa6f0f61..9bffe2a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ on: description: Private key for AppImage signing required: false GPG_PRIVATE_KEY_ID: - description: ID for the GPG_PRIVATE_KEY, to select the signign key + description: ID for the GPG_PRIVATE_KEY, to select the signing key required: false jobs: |