Skip to content

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

Description

@nickk02

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions