Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 23, 2024
1 parent 99325c7 commit 59259de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Commands
run: |
Expand All @@ -57,6 +59,7 @@ jobs:
version: 197d7ab84a2b4
EOF
touch interaction/softwares/roles/whatever/meta/whatever
cat interaction/softwares/roles/whatever/meta/whatever
git add -A
git config --global user.email "citesting@example.com"
git config --global user.name "CI testing"
Expand Down

0 comments on commit 59259de

Please sign in to comment.