Skip to content

Commit

Permalink
only running chalk action on linux/mac (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Oct 5, 2023
1 parent 27a29e4 commit 11e1ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ runs:
steps:
# https://docs.sigstore.dev/system_config/installation/
- name: Install cosign
if: runner.os == 'Linux' || runner.os == 'macOS'
uses: sigstore/cosign-installer@main

- name: Add Chalk to PATH
if: runner.os == 'Linux' || runner.os == 'macOS'
shell: bash
run: |
echo "$HOME/.chalk/bin" >> $GITHUB_PATH
- name: Set up chalk
if: runner.os == 'Linux' || runner.os == 'macOS'
shell: bash
working-directory: ${{ github.action_path }}
run: |
Expand Down

0 comments on commit 11e1ecb

Please sign in to comment.