5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

ci: fix Dockerfile replacement logic on workflow

This commit is contained in:
Wagner Santos 2021-01-28 19:10:05 -03:00
parent 1788ebdc06
commit 15aa3a746a

View file

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./
id: run_commitlint
@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: sed -i -E "s/([']docker:.+)/Dockerfile/" ./action.yml
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: ./
with: