티스토리 뷰

공부

[github] peter-evans/create-pull-request

승가비 2024. 4. 3. 23:48
728x90

https://github.com/peter-evans/create-pull-request/issues/950

 

Not git project found despite checking it out · Issue #950 · peter-evans/create-pull-request

Subject of the issue Getting Error: The format of '' is not a valid GitHub repository URL despite checking out and interacting with the git project at the beginning of the workflow. Example of what...

github.com

    steps:
      - name: Checkout repo
        uses: actions/checkout@v2

      - name: Generate files
        run: python .github/scripts/make-new-changes.py
        env:
           <envs mapped to inputs>

      - run: git config --local --get remote.origin.url
728x90

'공부' 카테고리의 다른 글

[sql] update & join  (0) 2024.04.04
[airflow] backfill dag  (0) 2024.04.04
[spring] server.shutdown=graceful  (0) 2024.04.03
[Thymeleaf] CSS add class  (0) 2024.04.03
[DELETE] request headers parameter  (0) 2024.04.03
댓글