Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 16, 2023
1 parent 8a02ac0 commit a1e88f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Server Template

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
Expand All @@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
PROJECT_NAME: server
PROJECT_NAME: server-template
SERVICE_NAME: auth
WORKSPACE: ${{ github.workspace }}/my_workspace
steps:
Expand Down

0 comments on commit a1e88f2

Please sign in to comment.