Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Oct 10, 2024
1 parent dafa0c6 commit 69b905c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jenkins_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
console.log(response.data.statuses[0].context);
console.log(response.data.statuses[0].state);
- name: Push to tmp-jenkins branch
- name: get file
uses: actions/checkout@v4

- name: Push to tmp-jenkins branch
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 69b905c

Please sign in to comment.