Skip to content
database

GitHub Action

Share Jobs Data

v1.0.0 Latest version

Share Jobs Data

database

Share Jobs Data

Share data between GitHub Actions jobs

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Share Jobs Data

uses: i3h/share-data@v1.0.0

Learn more about this action in i3h/share-data

Choose a version

share-data

This GitHub Action shares data between Jobs with help of artifact.

- name: Set data
  id: set_data
  uses: i3h/share-data@v1
  with:
    share-id: 'testing'
    mode: set
    key: username
    value: myname