Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 21, 2021
1 parent 1cea5a1 commit 5731bd4
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-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
if: github.owner == boypt
if: ${{ github.owner }} == "boypt"
name: Build
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
if: github.owner == boypt
if: ${{ github.owner }} == "boypt"
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
Expand Down

0 comments on commit 5731bd4

Please sign in to comment.