File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ runs:
1616 steps :
1717 - name : 🍱 Compute prerequisites
1818 run : |
19- echo "VERSION_NUMBER=0.8.0 " >> $GITHUB_ENV
19+ echo "VERSION_NUMBER=0.8.1 " >> $GITHUB_ENV
2020 echo "BINARY_PATH=$(swift build --configuration release --show-bin-path)/public-api-diff" >> $GITHUB_ENV
2121 echo "HEAD_GITHUB_REPO=${{github.server_url}}/${{ github.event.pull_request.head.repo.full_name || github.repository}}.git" >> $GITHUB_ENV
2222 echo "BASE_GITHUB_REPO=${{github.server_url}}/${{github.repository}}.git" >> $GITHUB_ENV
23+ echo "PROJECT_FOLDER=$(pwd)" >> $GITHUB_ENV
2324 shell : bash
2425
2526 - uses : actions/checkout@v4
6263 OLD=${{ inputs.old }}
6364 PLATFORM=${{ inputs.platform }}
6465 BINARY_PATH=${{ env.BINARY_PATH }}
65- PROJECT_FOLDER=$PWD
6666
6767 echo "▶️ Running binary at $BINARY_PATH"
6868 $BINARY_PATH project --new "$NEW" --old "$OLD" --platform "$PLATFORM" --output "$PROJECT_FOLDER/api_comparison.md" --log-output "$PROJECT_FOLDER/logs.txt"
7171 # if [[ ${{ env.HEAD_GITHUB_REPO != env.BASE_GITHUB_REPO }} ]]; then
7272 echo "---" >> $GITHUB_STEP_SUMMARY
7373 echo "> [!IMPORTANT]" >> $GITHUB_STEP_SUMMARY
74- echo "> This PR is from a forked repository" >> $GITHUB_STEP_SUMMARY
7574 echo "> **Commenting on pull requests from forks is not possible** due to insufficient permissions." >> $GITHUB_STEP_SUMMARY
7675 echo "> Once merged, the output will be posted as an auto-updating comment under the pull request." >> $GITHUB_STEP_SUMMARY
7776 echo "---" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments