Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix sid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Feb 1, 2024
1 parent 26d0d57 commit ff36e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/piped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
env:
POSTGRES_PASSWORD: ${{ secrets.piped_postgres_password }}
run: |
sed -i "s|(piped_postgres_password)/$POSTGRES_PASSWORD|g" $GITHUB_WORKSPACE/piped/config.properties
sed -i "s|(piped_postgres_password)/$POSTGRES_PASSWORD|g" $GITHUB_WORKSPACE/piped/docker-compose.yml
sed -i "s|(piped_postgres_password)|$POSTGRES_PASSWORD|g" $GITHUB_WORKSPACE/piped/config.properties
sed -i "s|(piped_postgres_password)|$POSTGRES_PASSWORD|g" $GITHUB_WORKSPACE/piped/docker-compose.yml
- name: Start Deployment
uses: FarisZR/[email protected]
Expand Down

0 comments on commit ff36e15

Please sign in to comment.