Skip to content

Commit e58048a

Browse files
committed
update files of remote gt to version v1.6.0 via gt
1 parent f061d7f commit e58048a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/gt-update.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v1.5.3
8+
# Version: v1.6.0
99
###################################
1010
name: "gt update"
1111

@@ -65,7 +65,9 @@ jobs:
6565
exit 1
6666
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
6767
# end install.doc.sh
68+
#gt-placeholder-gh-action-checkout-1-start
6869
- uses: actions/checkout@v5
70+
#gt-placeholder-gh-action-checkout-1-end
6971
- id: set-matrix
7072
run: |
7173
(readarray -t REMOTES; IFS=','; echo "matrix={ 'remote': [ ${REMOTES[*]} ] }" >> "$GITHUB_OUTPUT") < <( gt remote list | sed -E "s/(.*)/'\1'/")
@@ -111,7 +113,9 @@ jobs:
111113
exit 1
112114
} && false || cd "$currentDir" && rm -r "$tmpDir" && "${result:-false}"
113115
# end install.doc.sh
116+
#gt-placeholder-gh-action-checkout-2-start
114117
- uses: actions/checkout@v5
118+
#gt-placeholder-gh-action-checkout-2-end
115119
- name: reset gpg keys
116120
run: gt reset --gpg-only true -r "${{ matrix.remote }}"
117121
- name: gt update
@@ -158,7 +162,9 @@ jobs:
158162
name: "Check signing-key"
159163
runs-on: ubuntu-latest
160164
steps:
165+
#gt-placeholder-gh-action-checkout-3-start
161166
- uses: actions/checkout@v5
167+
#gt-placeholder-gh-action-checkout-3-end
162168
- name: check if signing key already are or will expire within the next 3 months
163169
run: |
164170
set -euo pipefail

.gt/remotes/gt/pulled.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@ Version: 1.2.0
22
tag file relativeTarget tagFilter hasPlaceholder sha512
3-
v1.5.3 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* true 732dc3375eee7294fdbf02b1a52987589da704539b4c76733f909abeee53b4dcb2dab0fcf2eafa2177740efd529e483ee914159c33701cea2f2cd471847bb452
3+
v1.6.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* true 21d0abb6e8bd1e022a58fc4b43dca15437b3c9fd750117c9d9ac2ba89cb50eaec008702a651af1d886909c7e6cab4c799a645e1e941e03f4715f02b059451f23

0 commit comments

Comments
 (0)