Skip to content

Commit

Permalink
chore: rename project from aiction to aixion for better branding cons…
Browse files Browse the repository at this point in the history
…istency and clarity across all files and references
  • Loading branch information
0xJord4n committed Dec 23, 2024
1 parent 8285e44 commit 257e9be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/basic-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Generate AI Text
uses: ./
id: aiction
id: aixion
with:
config: >
{
Expand All @@ -28,6 +28,6 @@ jobs:
- name: Output
run: |
echo "Text: ${{ steps.aiction.outputs.text }}"
echo "Usage: ${{ steps.aiction.outputs.usage }}"
echo "Finish Reason: ${{ steps.aiction.outputs.finishReason }}"
echo "Text: ${{ steps.aixion.outputs.text }}"
echo "Usage: ${{ steps.aixion.outputs.usage }}"
echo "Finish Reason: ${{ steps.aixion.outputs.finishReason }}"
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# aiction
# aixion

![License](https://img.shields.io/badge/license-MIT-green)
![Maintenance](https://img.shields.io/badge/maintained-yes-brightgreen)
![Contributions](https://img.shields.io/badge/contributions-welcome-orange)
[![GitHub issues](https://img.shields.io/github/issues/0xjord4n/aiction)](https://github.com/0xjord4n/aiction/issues)
[![GitHub stars](https://img.shields.io/github/stars/0xjord4n/aiction)](https://github.com/0xjord4n/aiction/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/0xjord4n/aiction)](https://github.com/0xjord4n/aiction/network)
[![GitHub issues](https://img.shields.io/github/issues/0xjord4n/aixion)](https://github.com/0xjord4n/aixion/issues)
[![GitHub stars](https://img.shields.io/github/stars/0xjord4n/aixion)](https://github.com/0xjord4n/aixion/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/0xjord4n/aixion)](https://github.com/0xjord4n/aixion/network)

A powerful GitHub Action that enables seamless integration with various AI providers, allowing you to enhance your workflows with artificial intelligence capabilities. Supporting multiple providers including OpenAI, Anthropic, Groq, Mistral, and more.

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate AI Text
uses: 0xjord4n/aiction@v1
uses: 0xjord4n/aixion@v1
with:
config: >
{
Expand All @@ -73,7 +73,7 @@ jobs:
## Prompting Methods
aiction supports three different ways to interact with AI models:
aixion supports three different ways to interact with AI models:
### 1. Simple Prompt
Expand Down Expand Up @@ -178,7 +178,7 @@ To contribute to this project:

1. Clone the repository:
```bash
git clone https://github.com/0xjord4n/aiction.git
git clone https://github.com/0xjord4n/aixion.git
```
2. Install dependencies
3. Make your changes
Expand All @@ -188,8 +188,8 @@ To contribute to this project:

For issues, feature requests, or questions:

- Open an [issue](https://github.com/0xjord4n/aiction/issues)
- Submit a [pull request](https://github.com/0xjord4n/aiction/pulls)
- Open an [issue](https://github.com/0xjord4n/aixion/issues)
- Submit a [pull request](https://github.com/0xjord4n/aixion/pulls)

## License

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "aiction"
name: "aixion"
description: "A powerful GitHub Action that enables seamless integration with various AI providers, allowing you to enhance your workflows with artificial intelligence capabilities. Supporting multiple providers including OpenAI, Anthropic, Groq, Mistral, and more."
author: "https://github.com/0xjord4n"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "aiction",
"name": "aixion",
"author": {
"name": "Jordan",
"url": "https://github.com/0xjord4n"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xjord4n/aiction.git"
"url": "git+https://github.com/0xjord4n/aixion.git"
},
"keywords": [
"ai",
Expand All @@ -20,9 +20,9 @@
"openai"
],
"license": "MIT",
"homepage": "https://github.com/0xjord4n/aiction#readme",
"homepage": "https://github.com/0xjord4n/aixion#readme",
"bugs": {
"url": "https://github.com/0xjord4n/aiction/issues"
"url": "https://github.com/0xjord4n/aixion/issues"
},
"module": "src/index.ts",
"type": "module",
Expand Down

0 comments on commit 257e9be

Please sign in to comment.