Skip to content

Commit

Permalink
fix(workflow): minor typo (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Nov 23, 2023
1 parent eed0c5e commit cf6484c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-keep-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# A workflow that sync Keep workflows from a directory
name: "Sync Keep Workflows"

on:
push:
Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:

- name: Run Keep CLI
run: |
keep apply -f examples/workflows
keep workflow apply -f examples/workflows

1 comment on commit cf6484c

@vercel
Copy link

@vercel vercel bot commented on cf6484c Nov 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

keep – ./

keep-keephq.vercel.app
keep-eight.vercel.app
keep-git-main-keephq.vercel.app
platform.keephq.dev

Please sign in to comment.