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

fix(action): default upstream owner/repo to the current repo #131

Merged
merged 2 commits into from
Oct 5, 2020

Conversation

chingor13
Copy link
Contributor

@chingor13 chingor13 commented Oct 5, 2020

GitHub actions provides GITHUB_REPOSITORY as an environment variable for the current owner/repository that the action is running in.

Fixes #73

@chingor13 chingor13 requested a review from a team October 5, 2020 20:42
@chingor13 chingor13 requested a review from a team as a code owner October 5, 2020 20:42
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #131 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   91.41%   91.41%           
=======================================
  Files          25       25           
  Lines        2248     2248           
  Branches      180      160   -20     
=======================================
  Hits         2055     2055           
  Misses        192      192           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4993d62...c2616e8. Read the comment docs.

@chingor13 chingor13 added the cla: yes This human has signed the Contributor License Agreement. label Oct 5, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 3dd762a into googleapis:master Oct 5, 2020
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

action: upstream repo/owner should be optional
2 participants