From c000924da79cef6cf9b6b8d1b1773da7059d44f2 Mon Sep 17 00:00:00 2001 From: Kamran Farhadi Date: Tue, 12 Jul 2022 14:34:57 -0400 Subject: [PATCH] Cap versions of octokit to 4.25.1 and dogapi to 1.45.0 and remove silent flag --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0e30737..18683d7 100644 --- a/action.yml +++ b/action.yml @@ -27,8 +27,8 @@ runs: - name: Install required libraries for gems shell: bash run: | - gem install octokit --silent - gem install dogapi --silent + gem install octokit -v 4.25.1 + gem install dogapi -v 1.45.0 - name: Export extra data shell: bash run: | @@ -41,4 +41,4 @@ runs: - id: metric shell: bash run: | - ruby ${{ github.action_path }}/report_github_metrics.rb ${{github.repository}} ${{github.run_id}} ${{ inputs.datadog-metric-prefix }} '${{ inputs.teams }}' '${{ inputs.tagged-branches }}' '${{ inputs.custom-tags }}' \ No newline at end of file + ruby ${{ github.action_path }}/report_github_metrics.rb ${{github.repository}} ${{github.run_id}} ${{ inputs.datadog-metric-prefix }} '${{ inputs.teams }}' '${{ inputs.tagged-branches }}' '${{ inputs.custom-tags }}'