Skip to content

Commit e5edc6e

Browse files
committed
Add checkout to github workflow
1 parent 7dedace commit e5edc6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
name: Deploy
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v2
1416
- name: Build
1517
uses: docker/build-push-action@v1
1618
with:
1719
username: ${{ secrets.DOCKER_USERNAME }}
1820
password: ${{ secrets.DOCKER_PASSWORD }}
1921
repository: benrowe/mysql-to-sqlite3
2022
tags: latest
21-

0 commit comments

Comments
 (0)