Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin authored Dec 11, 2024
1 parent 8d271fc commit 49f7d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: npm run lint:markdown
- name: Cypress run
uses: cypress-io/github-action@v6
- name: Définir les variables de date et de branche
continue-on-error: true
- name: Set date and branch variables
run: |
echo "CURRENT_DATE=$(date '+%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV
echo "CURRENT_BRANCH=${{ github.ref_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 49f7d4a

Please sign in to comment.