Skip to content

Commit

Permalink
update github action mission name (elk-docker-compose.yml, /spark-doc…
Browse files Browse the repository at this point in the history
…ker.yml
  • Loading branch information
yennanliu committed May 31, 2020
1 parent 9bc57e2 commit 0cababc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elk-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: elk Docker Image CI

on:
push:
Expand All @@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker-compose -f elk/docker-compose.yml config
run: docker-compose -f elk/docker-compose.yml config
2 changes: 1 addition & 1 deletion .github/workflows/spark-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: spark Docker Image CI

on:
push:
Expand Down

0 comments on commit 0cababc

Please sign in to comment.