# Github Actions

- [Github Actions Nedir?](https://note.onurbolatoglu.com/github-actions/github-actions-nedir.md)
- [Workflow & Schedule Triggers](https://note.onurbolatoglu.com/github-actions/workflow-and-schedule-triggers.md)
- [Single and Multiple Events](https://note.onurbolatoglu.com/github-actions/single-and-multiple-events.md)
- [Manuel Events](https://note.onurbolatoglu.com/github-actions/manuel-events.md)
- [Webhook Events](https://note.onurbolatoglu.com/github-actions/webhook-events.md)
- [Conditional Keywords For Steps](https://note.onurbolatoglu.com/github-actions/conditional-keywords-for-steps.md)
- [Expressions - 1](https://note.onurbolatoglu.com/github-actions/expressions-1.md)
- [Expressions - 2](https://note.onurbolatoglu.com/github-actions/expressions-2.md)
- [Runners](https://note.onurbolatoglu.com/github-actions/runners.md)
- [Workflow Commands](https://note.onurbolatoglu.com/github-actions/workflow-commands.md)
- [Workflow Context](https://note.onurbolatoglu.com/github-actions/workflow-context.md)
- [Dependent Jobs](https://note.onurbolatoglu.com/github-actions/dependent-jobs.md)
- [Encrypted Secrets](https://note.onurbolatoglu.com/github-actions/encrypted-secrets.md)
- [Configuration Variables](https://note.onurbolatoglu.com/github-actions/configuration-variables.md)
- [Default & Custom Env Varb](https://note.onurbolatoglu.com/github-actions/default-and-custom-env-varb.md)
- [Set Env Varb with Workflow Commands](https://note.onurbolatoglu.com/github-actions/set-env-varb-with-workflow-commands.md)
- [Github Token Secret](https://note.onurbolatoglu.com/github-actions/github-token-secret.md)
- [Add Script to workflow](https://note.onurbolatoglu.com/github-actions/add-script-to-workflow.md)
- [Push Package #1](https://note.onurbolatoglu.com/github-actions/push-package-1.md)
- [Push Package #2 Docker](https://note.onurbolatoglu.com/github-actions/push-package-2-docker.md)
- [Service Containers](https://note.onurbolatoglu.com/github-actions/service-containers.md)
- [Routing workflow to runner](https://note.onurbolatoglu.com/github-actions/routing-workflow-to-runner.md)
- [CodeQL Step](https://note.onurbolatoglu.com/github-actions/codeql-step.md)
- [Caching Package and Dependency Files](https://note.onurbolatoglu.com/github-actions/caching-package-and-dependency-files.md)
- [Remove workflow Artifact](https://note.onurbolatoglu.com/github-actions/remove-workflow-artifact.md)
- [Workflow Status Badge](https://note.onurbolatoglu.com/github-actions/workflow-status-badge.md)
- [Env Protection](https://note.onurbolatoglu.com/github-actions/env-protection.md)
- [Job Matrix Configuration](https://note.onurbolatoglu.com/github-actions/job-matrix-configuration.md)
- [Disable & Delete Workflows](https://note.onurbolatoglu.com/github-actions/disable-and-delete-workflows.md)
- [Actions type for Action](https://note.onurbolatoglu.com/github-actions/actions-type-for-action.md)
- [Inputs and Outputs for actions](https://note.onurbolatoglu.com/github-actions/inputs-and-outputs-for-actions.md)
- [Action Versions](https://note.onurbolatoglu.com/github-actions/action-versions.md)
- [Files and Directories for Actions](https://note.onurbolatoglu.com/github-actions/files-and-directories-for-actions.md)
- [Exit Codes](https://note.onurbolatoglu.com/github-actions/exit-codes.md)
- [Reusable Workflow & Reuse Templates for Actions and Workflows](https://note.onurbolatoglu.com/github-actions/reusable-workflow-and-reuse-templates-for-actions-and-workflows.md)
- [Configure Self Hosted Runners for Enterprise](https://note.onurbolatoglu.com/github-actions/configure-self-hosted-runners-for-enterprise.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://note.onurbolatoglu.com/github-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
