Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.4.0 - support local execution with act #40

Merged
merged 14 commits into from
Sep 29, 2020
Merged

v2.4.0 - support local execution with act #40

merged 14 commits into from
Sep 29, 2020

Conversation

dorny
Copy link
Owner

@dorny dorny commented Sep 29, 2020

  • Removed restriction to mark all as added when push.ref or base input refers to tag
  • Use git log to detect changes from PRs merge commit when Github auth token is not available
  • Improved processing of repository initial push:
    • all files are marked as added
  • Improved processing of first push of new branch
    • if SHA of previous push is not available it will fallback to detect changes against merge-base with default branch
  • Support local execution with act
    • Fallback behavior for missing event payload data
    • No requests to remote if all needed is already available locally - act images doesn't have proper git/ssh configuration against github so it would fail otherwise

Closes #39
Closes #33

@dorny dorny closed this Sep 29, 2020
@dorny dorny reopened this Sep 29, 2020
@dorny dorny changed the title v2.4.0 - support local execution with v2.4.0 - support local execution with act Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error::Cannot read property 'startsWith' of undefined Base ref for new branches
1 participant