Skip to content

Commit f3f359a

Browse files
authored
Merge pull request #24 from scribd/kamranf/cap-octokit-dogapi-versions
Cap versions of octokit to 4.25.1 and dogapi to 1.45.0 and remove silent flag
2 parents e3c3930 + c000924 commit f3f359a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ runs:
2727
- name: Install required libraries for gems
2828
shell: bash
2929
run: |
30-
gem install octokit --silent
31-
gem install dogapi --silent
30+
gem install octokit -v 4.25.1
31+
gem install dogapi -v 1.45.0
3232
- name: Export extra data
3333
shell: bash
3434
run: |
@@ -41,4 +41,4 @@ runs:
4141
- id: metric
4242
shell: bash
4343
run: |
44-
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 }}'
44+
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 }}'

0 commit comments

Comments
 (0)