Adjusting directory

This commit is contained in:
Jason House
2020-05-21 20:59:58 +09:00
parent 870d7c2a98
commit caaea69efe
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- uses: ./.github/actions/action
- uses: ./.github/actions/
name: Build and push Docker image
with:
image: housewrecker/gaps
-6
View File
@@ -1,6 +0,0 @@
# action.yml
name: 'Run Gaps'
description: 'Greet someone and record the time'
runs:
using: 'docker'
image: 'Dockerfile'