Skip to content

Commit

Permalink
fix: adjust github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
olahsymbo committed Jan 8, 2024
1 parent 2d23d1c commit 518a164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: coverage
path: $GITHUB_WORKSPACE/coverage.xml
path: ${{ github.workspace }}/coverage.xml

- name: Build Dist
run: make build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [Running the App and ELK Stack](#running-elk-stack)

## Introduction
This repository contains the configuration files and setup for an ELK (Elasticsearch, Logstash, Kibana) stack along with a FastAPI app that implements a POST request method.
This repository contains the configuration files and setup for an ELK (Elasticsearch, Logstash, Kibana) stack along with a FastAPI app that implements CRUD methods.

## Getting Started

Expand Down

0 comments on commit 518a164

Please sign in to comment.