From 559af531eaf2e1bb23d8979dada76552fe44241a Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Thu, 19 Sep 2024 22:12:48 +1200 Subject: [PATCH] chore: Use Gemfile from rc branch --- .github/workflows/crawler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawler.yml b/.github/workflows/crawler.yml index 225a3a25a2e2..8959253a033e 100644 --- a/.github/workflows/crawler.yml +++ b/.github/workflows/crawler.yml @@ -21,6 +21,6 @@ jobs: uses: relaton/support/.github/workflows/crawler.yml@main with: override-files: | - https://raw.githubusercontent.com/ietf-tools/relaton-data-nist/feat/relaton-nist-1.19.3/Gemfile=Gemfile + https://raw.githubusercontent.com/ietf-tools/relaton-data-nist/rc/Gemfile=Gemfile args: ${{ github.event.inputs.args }} commit-indexes: false