Skip to content

Commit

Permalink
fix: ci variables formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
piny4man committed Aug 16, 2024
1 parent e85c1fd commit ebdfb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_LOG: ${{ secrets.RUST_LOG}}
APP_PORT: ${{ secrets.APP_PORT}}
DATABASE_URL: ${{ secrets.DATABASE_URL}}
RUST_LOG: ${{ secrets.RUST_LOG }}
APP_PORT: ${{ secrets.APP_PORT }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spyhole
# Spyhole [![Build](https://github.com/piny4man/spyhole/actions/workflows/pull-request.yml/badge.svg)](https://github.com/piny4man/spyhole/actions/workflows/pull-request.yml)

Simple URL down detector service
Simple URL down detector service

## Tech Stack

Expand Down

0 comments on commit ebdfb5e

Please sign in to comment.