Skip to content

Commit

Permalink
Fix the ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Oct 13, 2023
1 parent 31771af commit 0d326cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: "composite"
steps:
- name: Install Step CLI (Linux)
id: install-step-cli
id: install-step-cli-linux
if: runner.os == 'Linux'
shell: bash
run: |
Expand All @@ -29,7 +29,7 @@ runs:
| tar zvxf - --strip-components=2 -C /usr/local/bin step_${STEP_CLI_VERSION:1}/bin/step && chmod +x /usr/local/bin/step"
- name: Install Step CLI (macOS)
id: install-step-cli
id: install-step-cli-macos
if: runner.os == 'macOS'
shell: bash
run: |
Expand Down

0 comments on commit 0d326cf

Please sign in to comment.