summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-02-27 15:55:00 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-02-27 15:55:00 -0700
commit6db8161a6818d68c106a0d9812d5bd1bda30661c (patch)
treef54a21a208b3c5a5d9d2f5b3a6bb027e5ed2362c /.github
parent481228b7afd8fcaebb3298fac50ef7849f16f82d (diff)
prepare branch to be renamed from master to main
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/upstream-dispatch.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9ea377e9..d01de21e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,8 +105,8 @@ jobs:
- name: Switch to upstream dependencies
if: matrix.upstream
run: |
- bundle exec ruby scripts/switch-to-asciidoctor-master.rb
- bundle exec ruby scripts/switch-to-prawn-master.rb
+ bundle exec ruby scripts/switch-to-asciidoctor-head.rb
+ bundle exec ruby scripts/switch-to-prawn-head.rb
rm -f Gemfile.lock
bundle config --local clean true
bundle --jobs 3 --retry 3
diff --git a/.github/workflows/upstream-dispatch.yml b/.github/workflows/upstream-dispatch.yml
index a21e0174..2028727c 100644
--- a/.github/workflows/upstream-dispatch.yml
+++ b/.github/workflows/upstream-dispatch.yml
@@ -27,7 +27,7 @@ jobs:
run: |
bundle --jobs 3 --retry 3
# FIXME: should switch to branch specified in payload
- bundle exec ruby scripts/switch-to-asciidoctor-master.rb
+ bundle exec ruby scripts/switch-to-asciidoctor-head.rb
rm -f Gemfile.lock
bundle --jobs 3 --retry 3
- name: Run tests