Skip to content

Commit

Permalink
chore: change environment name to title case
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Jan 8, 2024
1 parent ee29083 commit 5437b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/empty-stampy-buckets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
copy-to-stable:
runs-on: ubuntu-latest
environment: stampy
environment: Stampy
steps:
- name: Empty Stampy signed and unsigned buckets
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-signed-from-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
get-signed-from-stampy:
runs-on: ubuntu-latest
environment: stampy
environment: Stampy
steps:
- uses: actions/checkout@3
- name: download signed Windows installer from from Stampy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-stampy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
get-signed-from-stampy:
runs-on: ubuntu-latest
environment: stampy
environment: Stampy
steps:
- uses: actions/checkout@3
- name: get version sha
Expand Down

0 comments on commit 5437b01

Please sign in to comment.