Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn authored Jan 25, 2025
1 parent a9ee819 commit 93684a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
uses: actions/checkout@v4
- name: Echos
run: echo ${{ github.head_ref }}.${{ github.sha }}
- name: edit file
run: echo "Hello" >> README.md && git add README.md
- name: Create release-notes branch
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Adds tsv8
create_branch: true
branch: v84_tsv8
- run: git branch -vvv

0 comments on commit 93684a7

Please sign in to comment.