Skip to content

Commit

Permalink
modified: actions/verify-pr-labels/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Dec 19, 2022
1 parent ea9962a commit 12f38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/verify-pr-labels/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip install \

COPY verify_pr_lables.py /verify_pr_lables.py

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1

ENTRYPOINT ["/verify_pr_lables.py"]

0 comments on commit 12f38d2

Please sign in to comment.