Skip to content

Commit

Permalink
fix packagecloud-go command name
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Oct 25, 2024
1 parent 8064f23 commit c11bc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Wait for Packagecloud packages to be indexed
if: runner.os == 'Linux'
run: >
packagecloud-go search sumologic/ci-builds
packagecloud search sumologic/ci-builds
--query ${{ inputs.otc_version }}-${{ inputs.otc_build_number }}
--wait-for-indexing
--wait-seconds 5
Expand Down

0 comments on commit c11bc62

Please sign in to comment.