Skip to content

Commit

Permalink
Merge pull request #6 from miriamgoldman/pr-removals
Browse files Browse the repository at this point in the history
Pr removals
  • Loading branch information
miriamgoldman authored Jul 30, 2024
2 parents 75f326e + 0d3e3fd commit e293399
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/multidev-removal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
# Use the PR number as the environment name
env=$(echo ${{ github.ref_name }} | sed 's|^\([0-9]*\)/.*|pr-\1|')
source=$(echo ${{ github.head_ref }} | sed 's|^\([0-9]*\)/.*|pr-\1|')
echo "Source is $source"
prnum="${{ github.event.pull_request.number }}"
echo "The PR num is $prnum"
# Ensure environment name is 11 characters or less and has no special characters
env="${env:0:11}"
Expand Down

0 comments on commit e293399

Please sign in to comment.