Sha256: 6952fe85e2ae9ed99f5d69e6af084bfcf3e1f169738563f410583229ea78e88a

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

name: "Configure git"
description: "Sets up Git creds for Sisyphus"

runs:
  using: "composite"
  steps:
    - name: Run git config
      shell: bash
      run: |
        git config --local user.email "sisyphus@yetto.app"
        git config --local user.name "Sisyphus"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hephaestus-0.1.3 templates/.github/actions/sisyphus/action.yml
hephaestus-0.1.2 templates/.github/actions/sisyphus/action.yml
hephaestus-0.1.1 templates/.github/actions/sisyphus/action.yml
hephaestus-0.0.2 templates/.github/actions/sisyphus/action.yml