Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d48d89028f | ||
1c462048b4 | |||
0be189ea37 | |||
bf5a91c5a2 | |||
|
6ea1eacfce | ||
f399fa0591 | |||
e526f85e8e | |||
e5252e16a0 | |||
62c03fd07b | |||
ae87151d3b | |||
aaccadb5e1 | |||
ea0db5e534 | |||
160c116ff1 |
2
.mailmap
Normal file
2
.mailmap
Normal file
@ -0,0 +1,2 @@
|
||||
<c@3qx.nl> <zebr@m21.kylz.nl>
|
||||
<c@3qx.nl> <hej@aspoblourib.1w1.one>
|
@ -1,11 +1,10 @@
|
||||
# Container image that runs your code
|
||||
FROM debian
|
||||
FROM python
|
||||
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY filters.sh /filters.sh
|
||||
RUN apt-get update && apt-get install -y wget
|
||||
RUN apt-get update && apt-get install -y python3 && apt-get install -y git python3-pip
|
||||
RUN wget -O gh https://github.com/cli/cli/releases/download/v2.3.0/gh_2.3.0_linux_amd64.deb
|
||||
RUN apt-get update && apt-get install -y git wget curl
|
||||
RUN wget -O gh https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_amd64.deb
|
||||
RUN dpkg -i gh
|
||||
# Code file to execute when the docker container starts up (`entrypoint.sh`)
|
||||
RUN chmod 777 /filters.sh
|
||||
|
@ -3,7 +3,7 @@ git clone https://github.com/minoplhy/filters-maker /filters-maker
|
||||
git clone https://x-access-token:$API_TOKEN_GITHUB@github.com/$INPUT_DESTINATION_UNAME/$INPUT_DESTINATION_REPO.git /repros
|
||||
mkdir /reprwiki
|
||||
mkdir /reprwiki/Private-build/
|
||||
pip3 install -r /filters-maker/requirements.txt
|
||||
pip install -r /filters-maker/requirements.txt
|
||||
cd /reprwiki
|
||||
python3 /repros/$INPUT_ACTION_FILE
|
||||
cd /repros
|
||||
|
@ -1,2 +1,2 @@
|
||||
requests==2.27.1
|
||||
pytz==2021.3
|
||||
requests==2.32.0
|
||||
pytz==2022.1
|
Loading…
Reference in New Issue
Block a user