Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Sep 9, 2024
1 parent 25243b1 commit 62daac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-update-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
- name: Build gem
run: |
bundle install
bundle exec rake edge:update[stripe]
bundle exec rake edge:update
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: 'datadog-gem-${{ matrix.engine.name }}-${{ matrix.engine. version }}-gha${{ github.run_id }}'
path: '*.gemfile.lock'

path: '**/*.gemfile.lock'
# - name: Create Pull Request
# id: pr
# uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 62daac8

Please sign in to comment.