File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 61
61
- name : Update formula
62
62
if : env.UPDATE_NEEDED == 'true'
63
63
run : |
64
- TIMESTAMP=$(date +%s)
65
64
RUN_ID="${{ github.run_id }}-${{ github.run_number }}"
66
65
sed -i "1s/^/# Formula last updated on $(date -u +"%Y-%m-%dT%H:%M:%SZ") (Run: ${RUN_ID})\n/" Formula/fpm.rb
67
66
sed -i "s|url \".*\"|url \"https://github.com/fortran-lang/fpm/releases/download/${{ env.LATEST_VERSION_V }}/fpm-${{ env.LATEST_VERSION }}.zip\"|" Formula/fpm.rb
@@ -116,7 +115,6 @@ jobs:
116
115
if : env.UPDATE_NEEDED == 'true' && steps.create-pr.outputs.pull-request-number
117
116
run : |
118
117
echo "Waiting for test-bot workflow to complete..."
119
- PR_NUMBER=${{ steps.create-pr.outputs.pull-request-number }}
120
118
timeout=1800 # 30 minutes in seconds
121
119
interval=60 # Check every minute
122
120
elapsed=0
You can’t perform that action at this time.
0 commit comments