Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updatedAt (0.21 sec)

  1. .github/actions/notify-translations/app/main.py

                    )
                elif already_notified_comment:
                    updated_comment = update_comment(
                        settings=settings,
                        comment_id=already_notified_comment.id,
                        body=done_translation_message,
                    )
                    logging.info(f"Marked as done in comment: {updated_comment.url}")
            else:
                logging.info(
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Sep 27 23:01:46 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  2. .github/actions/people/app/main.py

        subprocess.run(["git", "checkout", "-b", branch_name], check=True)
        logging.info("Adding updated file")
        subprocess.run(
            ["git", "add", str(people_path), str(github_sponsors_path)], check=True
        )
        logging.info("Committing updated file")
        message = "👥 Update FastAPI People"
        result = subprocess.run(["git", "commit", "-m", message], check=True)
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
Back to top