Fixed image which checks if Dockerfile changed by making sure it fetches more commits

This commit is contained in:
Alejandro Celaya 2021-01-30 09:54:47 +01:00
parent 755a52b78e
commit bc38ecf6de

View file

@ -283,6 +283,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: marceloprado/has-changed-path@v1
id: changed-dockerfile
with: