Skip to content

Commit

Permalink
fix github action commit output
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 3, 2024
1 parent 4e73df7 commit afb5d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
update-sdk:
runs-on: ubicloud
outputs:
commit_hash: ${{ steps.get_commit.outputs.commit_hash }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit afb5d5f

Please sign in to comment.