We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1c632 commit aac2517Copy full SHA for aac2517
.github/workflows/watchtower.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: compare hashes to stored values
13
env:
14
FILES: |-
15
- https://apt.armbian.com/armbian.key=45eea660732932370088652b214b85acb426c022529284211d76c12dcb5c9ec3
+ https://apt.armbian.com/armbian.key=c86db754ae38d13aa254e59672d8bb6c0ed9a0eeee9b5440cde69afef995da7a
16
run: |
17
# for each line in FILES multi-line string, split into $URI and $HASH using
18
# parameter expansion and array expansion. then dl, checksum and compare.
0 commit comments