We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2595f1c commit c630261Copy full SHA for c630261
.github/workflows/developer_ci.yml
@@ -23,7 +23,7 @@ jobs:
23
image: fr-qafactorydev.europe.altair.com/common-linux64
24
25
steps:
26
- - echo "Salut !!"
+ - run: echo "Salut !!"
27
# - uses: actions/checkout@v4
28
# - name: Detect workflow changes
29
# run: |
0 commit comments