Skip to content

Instantly share code, notes, and snippets.

@efossas
Created June 30, 2022 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save efossas/47d76433f020277382b1f5f2394b6d44 to your computer and use it in GitHub Desktop.
Save efossas/47d76433f020277382b1f5f2394b6d44 to your computer and use it in GitHub Desktop.
Github Empty Variables
on:
workflow_call:
inputs:
BUILD_NO_CACHE:
description: 'Add any value to disable build caching'
default: ''
required: false
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment