Skip to content

Commit

Permalink
Merge pull request #313 from EhPanda-Team/develop
Browse files Browse the repository at this point in the history
Features & Refactoring
  • Loading branch information
chihchy authored Dec 12, 2022
2 parents 6fc1a9e + fdff2fb commit ebbb463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sudo chmod 777 $FILTER_PATH
echo "size=$(stat -f%z $IPA_OUTPUT_PATH)" >> $GITHUB_OUTPUT
echo "version_date=$(date -u +"%Y-%m-%dT%T")" >> $GITHUB_OUTPUT
echo "notes=$($FILTER_PATH "${{ github.event.pull_request.body }}" >> $GITHUB_OUTPUT
echo "notes=$($FILTER_PATH "${{ github.event.pull_request.body }}")" >> $GITHUB_OUTPUT
- name: Validate data
run: |
[[ ! -z "${{ github.event.pull_request.body }}" ]] || exit 1
Expand Down

0 comments on commit ebbb463

Please sign in to comment.