diff --git a/.github/workflows/haiku_art.yml b/.github/workflows/haiku_art.yml index 7e92d16..a2085e6 100644 --- a/.github/workflows/haiku_art.yml +++ b/.github/workflows/haiku_art.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Generate haiku art - uses: henriettelienrebnor/Fagdag@main + uses: eoye/fagdag-github-action@test env: GITHUB_TOKEN: ${{ secrets.github_token }} PR_NUMBER: ${{ github.event.number }} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 50e9e93..4c48da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,10 @@ FROM python:3.12.5-alpine3.20 RUN pip install --no-cache pyyaml PyGithub RUN pip install pyfiglet -WORKDIR /usr/src +WORKDIR /usr/solution #Copies code files from the actions repository to the container -COPY src . +COPY solution . #Code file to execute when teh docker container starts up -ENTRYPOINT [ "python", "/usr/src/main.py" ] +ENTRYPOINT [ "python", "/usr/solution/main.py" ] diff --git a/poetry.md b/poetry.md index 7a97044..11d5aaf 100644 --- a/poetry.md +++ b/poetry.md @@ -1,33 +1,25 @@ -``` - _ _ _ _ _ _ - / \ _ __ ___ | | __| | ___(_) | ___ _ __ | |_ - / _ \ | '_ \ / _ \| |/ _` | / __| | |/ _ \ '_ \| __| - / ___ \| | | | | (_) | | (_| | \__ \ | | __/ | | | |_ -/_/ \_\_| |_| \___/|_|\__,_| |___/_|_|\___|_| |_|\__| - - _ _____ _ __ - _ __ ___ _ __ __| | |_ _| |__ ___ / _|_ __ ___ __ _ -| '_ \ / _ \| '_ \ / _` | _____ | | | '_ \ / _ \ | |_| '__/ _ \ / _` | -| |_) | (_) | | | | (_| | |_____| | | | | | | __/ | _| | | (_) | (_| | -| .__/ \___/|_| |_|\__,_| |_| |_| |_|\___| |_| |_| \___/ \__, | -|_| |___/ - _ _ _ _ _ - (_)_ _ _ __ ___ _ __ ___ (_)_ __ | |_ ___ | |_| |__ ___ - | | | | | '_ ` _ \| '_ \/ __| | | '_ \| __/ _ \ | __| '_ \ / _ \ - | | |_| | | | | | | |_) \__ \ | | | | | || (_) | | |_| | | | __/ - _/ |\__,_|_| |_| |_| .__/|___/ |_|_| |_|\__\___/ \__|_| |_|\___| -|__/ |_| - _ ____ _ _ _ - _ __ ___ _ __ __| | / ___| _ __ | | __ _ ___| |__ | | -| '_ \ / _ \| '_ \ / _` | _____ \___ \| '_ \| |/ _` / __| '_ \| | -| |_) | (_) | | | | (_| | |_____| ___) | |_) | | (_| \__ \ | | |_| -| .__/ \___/|_| |_|\__,_| |____/| .__/|_|\__,_|___/_| |_(_) -|_| |_| - ____ _ _ _ -/ ___|(_) | ___ _ __ ___ ___ __ _ __ _ __ _(_)_ __ -\___ \| | |/ _ \ '_ \ / __/ _ \ / _` |/ _` |/ _` | | '_ \ - ___) | | | __/ | | | (_| __/ | (_| | (_| | (_| | | | | |_ -|____/|_|_|\___|_| |_|\___\___| \__,_|\__, |\__,_|_|_| |_(_) - |___/ - +``` _ _ _ _ _ _ _ _ +| |_| |__ (_)___ (_)___ __ _ ___ _ __ ___ __ _| | | | |_ ___ ___| |_ +| __| '_ \| / __| | / __| / _` | / __| '_ ` _ \ / _` | | | | __/ _ \/ __| __| +| |_| | | | \__ \ | \__ \ | (_| | \__ \ | | | | | (_| | | | | || __/\__ \ |_ + \__|_| |_|_|___/ |_|___/ \__,_| |___/_| |_| |_|\__,_|_|_| \__\___||___/\__| + + _ _ _ _ _ _ _ _ _ + (_) | |_| |__ (_)_ __ | | __ | |_| |__ (_)___ (_)___ ___ ___ + _____ | | | __| '_ \| | '_ \| |/ / | __| '_ \| / __| | / __| / __|/ _ \ +|_____| | | | |_| | | | | | | | < | |_| | | | \__ \ | \__ \ \__ \ (_) | + |_| \__|_| |_|_|_| |_|_|\_\ \__|_| |_|_|___/ |_|___/ |___/\___/ + + _ + ___ ___ ___ ___ ___ | | __ _____ _ __ _ _ +/ __|/ _ \ / __/ _ \ / _ \| | _____ \ \ / / _ \ '__| | | | +\__ \ (_) | | (_| (_) | (_) | | |_____| \ V / __/ | | |_| | +|___/\___/ \___\___/ \___/|_| \_/ \___|_| \__, | + |___/ + _ +__ _____ _ __ _ _ ___ ___ ___ | | +\ \ / / _ \ '__| | | | / __/ _ \ / _ \| | + \ V / __/ | | |_| | | (_| (_) | (_) | | + \_/ \___|_| \__, | \___\___/ \___/|_| + |___/ ``` \ No newline at end of file