This repository contains configuration files for GitHub Actions and scripts to interact with ChatGPT. The repository is structured to facilitate automation and interaction with ChatGPT through GitHub Actions.
.github/workflows/
: Contains GitHub Actions workflow files.scripts/
: Contains custom scripts for interacting with ChatGPT..github/workflows/main.yml
: Workflow file (currently empty).scripts/script.sh
: Bash script to interact with ChatGPT (currently empty).AutoCoder/ # Root directory of the project
│
├── .github/ # Hidden directory for GitHub-specific files
│ └── workflows/ # Directory for GitHub Actions workflow files
│ └── main.yml # Contains workflow file main.yml (empty for now)
│
├── scripts/ # Directory for custom scripts
│ └── script.sh # Bash script to interact with ChatGPT (empty for now)
│
└── README.md # Project description file