catenary_path() renamed to catenary()

This commit is contained in:
Revar Desmera
2023-11-02 19:39:22 -07:00
parent 74c96eec79
commit 19e064fea3
2 changed files with 15 additions and 22 deletions

View File

@@ -5,19 +5,12 @@ jobs:
VersionCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch Origin
run: |
cd $GITHUB_WORKSPACE
git fetch origin master
- name: Verify Version Change
run: |
cd $GITHUB_WORKSPACE
verstr=$(git diff --summary FETCH_HEAD version.scad | grep '^BOSL_VERSION')
[ "$verstr" != "" ]
- name: Check Version
uses: JJ/github-pr-contains-action@releases/v11
with:
github-token: ${{github.token}}
diffContains: '^BOSL_VERSION'
waivedUsers: ["dependabot[bot]"]
Regressions:
runs-on: ubuntu-latest