Skip to content

Commit 5bb4d15

Browse files
committed
remove unused variables
1 parent 1109e10 commit 5bb4d15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/fpm-version-update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: Update formula
6262
if: env.UPDATE_NEEDED == 'true'
6363
run: |
64-
TIMESTAMP=$(date +%s)
6564
RUN_ID="${{ github.run_id }}-${{ github.run_number }}"
6665
sed -i "1s/^/# Formula last updated on $(date -u +"%Y-%m-%dT%H:%M:%SZ") (Run: ${RUN_ID})\n/" Formula/fpm.rb
6766
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:
116115
if: env.UPDATE_NEEDED == 'true' && steps.create-pr.outputs.pull-request-number
117116
run: |
118117
echo "Waiting for test-bot workflow to complete..."
119-
PR_NUMBER=${{ steps.create-pr.outputs.pull-request-number }}
120118
timeout=1800 # 30 minutes in seconds
121119
interval=60 # Check every minute
122120
elapsed=0

0 commit comments

Comments
 (0)