Skip to content

Commit

Permalink
Add a name to the checkout step in the GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 12, 2024
1 parent 9b379b4 commit 8ae0b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
c_compiler: cl

steps:
- uses: actions/checkout@v3
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down

0 comments on commit 8ae0b85

Please sign in to comment.