Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ep-93 committed Sep 10, 2024
1 parent 8561e72 commit c030e4c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test-commit-signing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: fmt

on:
Expand Down Expand Up @@ -29,15 +30,13 @@ jobs:

- name: List current directory structure
run: ls -R /home/runner/work/house-of-fun/house-of-fun

- name: Create a change
run: |
mkdir -p code
echo "Another change " >> test.txt
git add test.txt
# Run steps that make changes to the local repo here.

# Run steps that make changes to the local repo here.
touch code/test1.txt
git add code/test1.txt

# Commit all changed files back to the repository
- uses: planetscale/[email protected]
Expand All @@ -46,4 +45,4 @@ jobs:
repo: ${{ github.repository }}
branch: ${{ github.head_ref || github.ref_name }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c030e4c

Please sign in to comment.