Skip to content

Commit

Permalink
add an echo so we can save the output of the pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 21, 2023
1 parent c76cbdc commit 60cf4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
esac
php_short=$(echo "${{ matrix.php-version }}" | tr -d '.')
pr_num="${{ github.event.number }}"
pr_num=$(echo "${{ github.event.number }}")
multidev_name="${os_short}-${php_short}-${pr_num}"
echo "Generated multidev name: $multidev_name"
Expand Down

0 comments on commit 60cf4ce

Please sign in to comment.