Skip to content

Commit 826c017

Browse files
authored
fpm bot: add timestamp to always trigger a PR
2 parents 473def9 + 276dac6 commit 826c017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Update formula
6363
if: env.UPDATE_NEEDED == 'true'
6464
run: |
65+
sed -i "1i # Formula last updated on $(date)" Formula/fpm.rb
6566
sed -i "s|url \".*\"|url \"https://github.com/fortran-lang/fpm/releases/download/${LATEST_VERSION_V}/fpm-${LATEST_VERSION}.zip\"|" Formula/fpm.rb
6667
sed -i "s|sha256 \".*\"|sha256 \"${SHA256}\"|" Formula/fpm.rb
6768

0 commit comments

Comments
 (0)