Skip to content

Commit

Permalink
Rename job name for GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed Jul 31, 2024
1 parent d5ff0ed commit 6102c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sst.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
DeployApp:
Deploy:
runs-on: ubuntu-latest
environment: Production
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sst.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
DeployApp:
Deploy:
runs-on: ubuntu-latest
environment: Preview
env:
Expand Down

0 comments on commit 6102c64

Please sign in to comment.