Skip to content

Commit

Permalink
Update dynamoAllNet6.0_build workflow (#14502)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit authored Oct 23, 2023
1 parent 4a40b5d commit 7d52dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dynamoAllNet6.0_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if ("${{ github.event_name }}" -eq 'pull_request') {
echo "ARTIFACT_NAME=DynamoSandbox-${{ github.event.pull_request.number }}" >> $env:GITHUB_ENV
} else {
echo "ARTIFACT_NAME=DynamoSandbox-$(git rev-parse --short HEAD)" >> $env:GITHUB_ENV
echo "ARTIFACT_NAME=DynamoSandbox-$(git -C ./Dynamo rev-parse --short HEAD)" >> $env:GITHUB_ENV
}
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand All @@ -49,6 +49,6 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DYNAMO_TESTS_TOKEN }}
repository: DynamoDS/TestCompleteTests
repository: DynamoDS/DynamoTestCompleteTests
event-type: build-completed
client-payload: '{"artifact_name": "${{ env.ARTIFACT_NAME }}", "run_id": "${{ github.run_id }}"}'

0 comments on commit 7d52dc7

Please sign in to comment.