Skip to content

Setup sd

Actions
Set up a specific version of sd
v2.0.0
Latest
Star (1)

Tags

 (1)

setup-sd

This action sets up chmln/sd.

sd began adding a file extension starting on version v1.0.0. setup-sd@v2 doesn't support sd@v0.*; use setup-sd@v1 instead for sd@v0.*.

Usage

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Check out repository
        uses: actions/checkout@v3

      - name: Set up sd
        uses: kenji-miyake/setup-sd@v2

      - name: Run sd
        run: |
          sd before after

Action inputs and outputs

Refer to action.yaml.

Setup sd is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up a specific version of sd
v2.0.0
Latest

Tags

 (1)

Setup sd is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.