Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this is a small test - i think this is so so cool - very very cool #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/haiku_art.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
56 changes: 24 additions & 32 deletions poetry.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,25 @@
```
_ _ _ _ _ _
/ \ _ __ ___ | | __| | ___(_) | ___ _ __ | |_
/ _ \ | '_ \ / _ \| |/ _` | / __| | |/ _ \ '_ \| __|
/ ___ \| | | | | (_) | | (_| | \__ \ | | __/ | | | |_
/_/ \_\_| |_| \___/|_|\__,_| |___/_|_|\___|_| |_|\__|

_ _____ _ __
_ __ ___ _ __ __| | |_ _| |__ ___ / _|_ __ ___ __ _
| '_ \ / _ \| '_ \ / _` | _____ | | | '_ \ / _ \ | |_| '__/ _ \ / _` |
| |_) | (_) | | | | (_| | |_____| | | | | | | __/ | _| | | (_) | (_| |
| .__/ \___/|_| |_|\__,_| |_| |_| |_|\___| |_| |_| \___/ \__, |
|_| |___/
_ _ _ _ _
(_)_ _ _ __ ___ _ __ ___ (_)_ __ | |_ ___ | |_| |__ ___
| | | | | '_ ` _ \| '_ \/ __| | | '_ \| __/ _ \ | __| '_ \ / _ \
| | |_| | | | | | | |_) \__ \ | | | | | || (_) | | |_| | | | __/
_/ |\__,_|_| |_| |_| .__/|___/ |_|_| |_|\__\___/ \__|_| |_|\___|
|__/ |_|
_ ____ _ _ _
_ __ ___ _ __ __| | / ___| _ __ | | __ _ ___| |__ | |
| '_ \ / _ \| '_ \ / _` | _____ \___ \| '_ \| |/ _` / __| '_ \| |
| |_) | (_) | | | | (_| | |_____| ___) | |_) | | (_| \__ \ | | |_|
| .__/ \___/|_| |_|\__,_| |____/| .__/|_|\__,_|___/_| |_(_)
|_| |_|
____ _ _ _
/ ___|(_) | ___ _ __ ___ ___ __ _ __ _ __ _(_)_ __
\___ \| | |/ _ \ '_ \ / __/ _ \ / _` |/ _` |/ _` | | '_ \
___) | | | __/ | | | (_| __/ | (_| | (_| | (_| | | | | |_
|____/|_|_|\___|_| |_|\___\___| \__,_|\__, |\__,_|_|_| |_(_)
|___/

``` _ _ _ _ _ _ _ _
| |_| |__ (_)___ (_)___ __ _ ___ _ __ ___ __ _| | | | |_ ___ ___| |_
| __| '_ \| / __| | / __| / _` | / __| '_ ` _ \ / _` | | | | __/ _ \/ __| __|
| |_| | | | \__ \ | \__ \ | (_| | \__ \ | | | | | (_| | | | | || __/\__ \ |_
\__|_| |_|_|___/ |_|___/ \__,_| |___/_| |_| |_|\__,_|_|_| \__\___||___/\__|

_ _ _ _ _ _ _ _ _
(_) | |_| |__ (_)_ __ | | __ | |_| |__ (_)___ (_)___ ___ ___
_____ | | | __| '_ \| | '_ \| |/ / | __| '_ \| / __| | / __| / __|/ _ \
|_____| | | | |_| | | | | | | | < | |_| | | | \__ \ | \__ \ \__ \ (_) |
|_| \__|_| |_|_|_| |_|_|\_\ \__|_| |_|_|___/ |_|___/ |___/\___/

_
___ ___ ___ ___ ___ | | __ _____ _ __ _ _
/ __|/ _ \ / __/ _ \ / _ \| | _____ \ \ / / _ \ '__| | | |
\__ \ (_) | | (_| (_) | (_) | | |_____| \ V / __/ | | |_| |
|___/\___/ \___\___/ \___/|_| \_/ \___|_| \__, |
|___/
_
__ _____ _ __ _ _ ___ ___ ___ | |
\ \ / / _ \ '__| | | | / __/ _ \ / _ \| |
\ V / __/ | | |_| | | (_| (_) | (_) | |
\_/ \___|_| \__, | \___\___/ \___/|_|
|___/
```