Skip to content

Commit

Permalink
Change session-name to sessionName
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 16, 2024
1 parent c2f2e25 commit a0cfb00
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 @@ -41,7 +41,7 @@ runs:
run: |
set -ex
cd tools/ci
echo "session-name=$SESSION_NAME" >> "$GITHUB_OUTPUT"
echo "sessionName=$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" \
${{ inputs.working-directory }}/tools/ci/htcmock-job-template.yml |
kubectl apply -f -

0 comments on commit a0cfb00

Please sign in to comment.