Skip to content

Commit

Permalink
Renamed workflows steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmaurice committed Jan 30, 2024
1 parent 266db04 commit 18a3095
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-exporter-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: Exporter Binary Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-exporter-images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Images to GHCR
name: Exporter Image Build and Push

env:
IMAGE_NAME: ghcr.io/justereseau/satisfactory-metrics
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-metadata-go.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: Metadata Binary Build

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-metadata-images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Images to GHCR
name: Metadata Image Build and Push

env:
IMAGE_NAME: ghcr.io/justereseau/satisfactory-metrics
IMAGE_NAME: ghcr.io/justereseau/satisfactory-metadata

on:
push:
Expand Down

0 comments on commit 18a3095

Please sign in to comment.