Skip to content

Commit

Permalink
fix: point to the right working directory in HTC Mock action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 16, 2024
1 parent a6a7c8d commit bb29267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htcmock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ runs:
cd tools/ci
echo "session-name=$SESSION_NAME" >> "$GITHUB_OUTPUT"
sed "s/@@NTASKS@@/$NTASKS/g; s/@@SUBTASKS_LEVELS@@/$SUBTASKS_LEVELS/g; s/@@SESSION_NAME@@/$SESSION_NAME/g; s/@@GRPC_CLIENT_ENDPOINT@@/$GRPC_CLIENT_ENDPOINT/g" \
tools/ci/htcmock-job-template.yml |
${{ inputs.working-directory }}/tools/ci/htcmock-job-template.yml |
kubectl apply -f -

0 comments on commit bb29267

Please sign in to comment.