We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a513ae commit 6cb9369Copy full SHA for 6cb9369
1 file changed
.github/workflows/doc.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
34
- - name: Setup SOFA and environment
+ - name: Install SOFA binaries and setting up environment
35
id: sofa
36
uses: sofa-framework/sofa-setup-action@v5
37
with:
@@ -51,7 +51,7 @@ jobs:
51
path: 'merged_doc'
52
ref: 'merged_doc'
53
54
- - name: Checkout sofa
+ - name: Clone sofa source code from
55
uses: actions/checkout@v4
56
57
repository: 'sofa-framework/sofa'
0 commit comments