This action invokes Gino Keva to store a key/value in Git notes.
Once key/values are persisted in Git notes, they can be retrieved at a later stage using the gino-keva-list-action.
Required Key to set.
Required Corresponding value to link to the key.
- uses: actions/checkout@v2
with: { fetch-depth: 50 } # Some history is required to enable search for most recent git note
- name: Set foo=bar
uses: wyarde/gino-keva-set-action@main
with:
key: foo
value: bar