Skip to content

Commit

Permalink
Updating comments on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Nov 5, 2024
1 parent 905e676 commit 5820590
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/select_setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: setup armclang
description: installs dependencies and correct armclang version to build and test simeng
name: Setup compiler and OS combo
description: installs dependencies and correct compiler/OS versions to build and test simeng

##############################################################################
# Calls the correct setup action based on parameters passed into this action.
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup_armclang_debian/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: setup gcc
name: setup armclang
description: installs dependencies and correct gcc version to build and test simeng

inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup_armclang_redhat/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: setup gcc
name: setup armclang
description: installs dependencies and correct gcc version to build and test simeng

inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup_armclang_rocky/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: setup gcc
name: setup armclang
description: installs dependencies and correct gcc version to build and test simeng

inputs:
Expand Down

0 comments on commit 5820590

Please sign in to comment.