japgolly / export-git-proof

Export proof of the state of a git repo

Repository from Github https://github.comjapgolly/export-git-proofRepository from Github https://github.comjapgolly/export-git-proof

export-git-proof GitHub Action

Export proof of the state of a git repo

Usage:

- name: Checkout
  uses: actions/checkout@v4
  with:
    fetch-depth: 0

- name: Export git proof
  uses: japgolly/export-git-proof@main
  with:
    token: ${{ secrets.GIST_TOKEN }}
    gist_id: YOUR_GIST_ID

About

Export proof of the state of a git repo