Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 19, 2024
1 parent 11725a9 commit bb9b1e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Download artifacts for all Ruby runtimes
- name: Download artifacts for all runtimes
uses: actions/download-artifact@v4
with:
path: gemfiles
pattern: datadog-gem-ruby-*
pattern: datadog-gem-*
merge-multiple: true

- run: ls -R gemfiles
Expand All @@ -102,6 +102,8 @@ jobs:
body: |
This is an auto-generated PR from 'Auto-update Gemfiles' workflow.
The PR updates the integration gemfiles to latest versions of dependencies.
Merge if green, otherwise add to backlog.
The default behavior is to create a pull request that will be continually updated with new changes
until it is merged or closed.

0 comments on commit bb9b1e3

Please sign in to comment.