Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pulls (0.02 sec)

  1. .github/workflows/update-jdks.yml

      schedule: # Runs the action on the first day of every month at 3:42 UTC
        - cron: '42 3 1 * *'
    
    permissions:
      contents: write
      pull-requests: write
    
    jobs:
      update-jdks:
        permissions:
          contents: write
          pull-requests: write
        runs-on: ubuntu-latest
        steps:
          - name: Checkout repository
            uses: actions/checkout@v3
            with:
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Tue Oct 29 03:45:07 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top