Jump to content

GitHub Action to package Alfred workflows


Recommended Posts

Very nice idea.

 

35 minutes ago, vitor said:

 

Agree that such variables must be stripped (because that's the proper way to build a workflow), but any sensitive data needs stripping before you commit the source. I use git hooks to prevent me committing any sensitive variables.

 

More generally, I think it's not a good idea to require info.plist and icon.png to be in the repo root. They should be in workflow_dir anyway, otherwise it isn't a valid workflow.

 

I don't know how you develop your workflows, @mperezi, but it's common to symlink src to Alfred's workflow directory for development. The workflow itself lives in there, so you don't clutter it with things like your editor config files or .git directory.

Edited by deanishe
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...