Skip to content

Commit e09028c

Browse files
committed
rename readme
1 parent 40e9431 commit e09028c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
id: filecheck
8787
if: github.event_name != 'pull_request' && github.repository == env.MASTER_REPO
8888
run: |
89-
if [ -e "README" ]; then
89+
if [ -e "README.md" ]; then
9090
echo "##[set-output name=exists;]true"
9191
else
9292
echo "##[set-output name=exists;]false"
@@ -98,4 +98,4 @@ jobs:
9898
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
9999
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
100100
DOCKERHUB_REPOSITORY: ${{ env.DOCKERHUB_ORG }}/${{ github.event.repository.name }}
101-
README_FILEPATH: README
101+
README_FILEPATH: README.md
File renamed without changes.

0 commit comments

Comments
 (0)