Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 2, 2024
1 parent e3fd073 commit c0441b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-supersetbot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ runs:

- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
if: ${{ inputs.from-npm != 'true' }}
repository: apache-superset/supersetbot
uses: actions/checkout@v4
path: supersetbot
with:
repository: apache-superset/supersetbot
path: supersetbot

- name: Setup supersetbot from repo
if: ${{ inputs.from-npm != 'true' }}
Expand Down

0 comments on commit c0441b6

Please sign in to comment.