Skip to content

Commit bba3510

Browse files
authored
fix action naming (#3)
* rename environment variables * change action naming
1 parent 4d2d4a4 commit bba3510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DB Migration checker action
1+
# DB Migrations checking action
22

33
A GitHub action to run DB migrations with Database Lab Engine (DLE)
44

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'DB migration with DLE'
1+
name: 'DB migrations checker with DLE'
22
description: 'Run DB migrations with the DLE'
33
inputs:
44
owner:

0 commit comments

Comments
 (0)