Skip to content

Commit

Permalink
fix invoke task invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Dec 7, 2023
1 parent 755af49 commit 2db07fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/open-datadog-agent-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
env:
OMNIBUS_SHA: ${{ github.event.pull_request.head.sha }}
run: |
inv -e release.set-release-json ${OMNIBUS_SHA}
inv -e release.set-release-json 'nightly::OMNIBUS_SOFTWARE_VERSION' ${OMNIBUS_SHA}
inv -e release.set-release-json 'nightly-a7::OMNIBUS_SOFTWARE_VERSION' ${OMNIBUS_SHA}
- name: create datadog-agent PR
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 2db07fd

Please sign in to comment.