Skip to content

Commit

Permalink
ci: fix manual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Oct 10, 2020
1 parent 766d112 commit c5c58eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch

jobs:
release:
if: contains(["alisonjoseph","vpicone", "sstrubberg", "jnm2377"], github.actor)
if: contains('["alisonjoseph","vpicone", "sstrubberg", "jnm2377"]', github.actor)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

1 comment on commit c5c58eb

@vercel
Copy link

@vercel vercel bot commented on c5c58eb Oct 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.