Skip to content

Commit

Permalink
Merge pull request #10 from CFDML/main
Browse files Browse the repository at this point in the history
Pull from main
  • Loading branch information
vavrines authored Jul 14, 2024
2 parents 41568fe + 0ef26a0 commit c0b4347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: FormatPR
on:
schedule:
- cron: '0 0 * * *'
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,4 +29,4 @@ jobs:
- name: Check outputs
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"

0 comments on commit c0b4347

Please sign in to comment.