Skip to content

Two bugs in compile-src.yml: wrong trigger event name and invalid git clone URL #32

@nicolassanchez02

Description

@nicolassanchez02

Two bugs in .github/workflows/compile-src.yml:

The pull_request event has sychronize instead of synchronize. GitHub ignores the misspelled event type so CI never fires on new commits pushed to an open PR, only on PR open.

The Clone repository step does git clone ... ${{ github.repository }} where github.repository expands to SWG-Source/src, not a URL. Should be https://github.com/${{ github.repository }}. This is why both recorded CI runs fail at the clone step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions