Skip to content

Commit

Permalink
add base branch to checkout to
Browse files Browse the repository at this point in the history
  • Loading branch information
yurisasuke committed Jan 22, 2024
1 parent 474727c commit 9a5f64d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/page_available_since.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
# Checkout your code
- name: Checkout
uses: actions/checkout@v2
with:
ref: generate-url-availability-file
- name: "Generate page availability and versions"
run: |
cd scripts
Expand All @@ -24,5 +22,6 @@ jobs:
commit-message: Generate and update file to show when a url was added to docs
title: Update page availability in each docs version
branch: page-available-since
base: master


0 comments on commit 9a5f64d

Please sign in to comment.