We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863ea4f commit cb43814Copy full SHA for cb43814
.github/workflows/ci.yml
@@ -33,7 +33,8 @@ jobs:
33
run: npm run lint:markdown
34
- name: Cypress run
35
uses: cypress-io/github-action@v6
36
- - name: Définir les variables de date et de branche
+ continue-on-error: true
37
+ - name: Set date and branch variables
38
run: |
39
echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
40
echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
0 commit comments