We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cdbb5 commit a870cadCopy full SHA for a870cad
Dockerfile
@@ -5,11 +5,6 @@ LABEL repository="https://github.com/alexesprit/action-update-file"
5
LABEL homepage="https://github.com/alexesprit/action-update-file"
6
LABEL maintainer="alexesprit <[email protected]>"
7
8
-LABEL com.github.actions.name="Update file on GitHub"
9
-LABEL com.github.actions.description="Update (i.e. commit and push) a given file on GitHub"
10
-LABEL com.github.actions.icon="git-commit"
11
-LABEL com.github.actions.color="green"
12
-
13
COPY "entrypoint.py" "/entrypoint.py"
14
COPY "requirements.txt" /
15
0 commit comments