Skip to content

Commit

Permalink
Fix what ref to checkout from
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Apr 10, 2020
1 parent 0b91f93 commit 3ac6c31
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_accountability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_assemblies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_consultations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_debates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_initiatives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_participatory_processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_sortitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_surveys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.ref || github.ref }}
- uses: ruby/setup-ruby@master
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down

0 comments on commit 3ac6c31

Please sign in to comment.