Skip to content

Commit

Permalink
Test tr change
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Sep 20, 2024
1 parent cc1e374 commit 751e95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp_rfs_pr_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
REPO_BASE: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
id: sanitize-input
run: |
clean_branch_name = $(echo "$BRANCH_NAME" | tr -cd '[:alnum:]_-./')
clean_repo_base = $(echo "$REPO_BASE" | tr -cd '[:alnum:]_-./')
clean_branch_name = $(echo "$BRANCH_NAME" | tr -cd '[:alnum:]_\-\./')
clean_repo_base = $(echo "$REPO_BASE" | tr -cd '[:alnum:]_\-\./')
clean_repo_url = "https://github.com/$clean_repo_base.git"
echo "Running jenkins test on repo: $clean_repo_url and branch: $clean_branch_name"
echo "branch_name=$clean_branch_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 751e95e

Please sign in to comment.