Skip to content

Commit

Permalink
Updated task name in group display
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 17, 2024
1 parent 2f562cd commit a4225dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ jobs:

- name: Verify workflow command is added
run: |
grep "::group::deploy - task" console.log
grep "::group::deploy" console.log
grep "::error::error task failed" console.log
rm console.log
2 changes: 1 addition & 1 deletion plugins/+ciplugins/+github/GitHubLogPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function runTask(plugin, pluginData)
% Add Github workflow command for grouping the tasks
disp("::group::" + pluginData.TaskResults.Name + " - task");
disp("::group::" + pluginData.TaskResults.Name);

[email protected](plugin, pluginData);

Expand Down

0 comments on commit a4225dd

Please sign in to comment.