Skip to content

Commit

Permalink
fix: checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsoncarmozinezup committed Aug 27, 2024
1 parent b9e7432 commit bfeaae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout
- name: Checkout
if: inputs.CHECKOUT_BRANCH != 'false'
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Check Runner
run: echo 🤖 OS runner is $(uname)
Expand Down

0 comments on commit bfeaae1

Please sign in to comment.