Skip to content

Commit 65617cc

Browse files
authored
create_structure => createstructure
1 parent 8bf2d62 commit 65617cc

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/on-push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
- uses: oprypin/find-latest-tag@v1
1313
with:
14-
repository: CastellaniDavide/create_structure
14+
repository: createstructure/createstructure
1515
releases-only: true
1616
id : latest
1717
- name: Set envirorment varible(s)
1818
run: |
19-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
19+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
2020
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
2121
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
2222
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -66,13 +66,13 @@ jobs:
6666
6767
- uses: oprypin/find-latest-tag@v1
6868
with:
69-
repository: CastellaniDavide/create_structure
69+
repository: createstructure/createstructure
7070
releases-only: true
7171
id : latest
7272

7373
- name: Set envirorment varible(s)
7474
run: |
75-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
75+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
7676
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
7777
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
7878
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -100,13 +100,13 @@ jobs:
100100
101101
- uses: oprypin/find-latest-tag@v1
102102
with:
103-
repository: CastellaniDavide/create_structure
103+
repository: createstructure/createstructure
104104
releases-only: true
105105
id : latest
106106

107107
- name: Set envirorment varible(s)
108108
run: |
109-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
109+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
110110
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
111111
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
112112
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -144,13 +144,13 @@ jobs:
144144

145145
- uses: oprypin/find-latest-tag@v1
146146
with:
147-
repository: CastellaniDavide/create_structure
147+
repository: createstructure/createstructure
148148
releases-only: true
149149
id : latest
150150

151151
- name: Set envirorment varible(s)
152152
run: |
153-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
153+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
154154
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
155155
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
156156
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"

.github/workflows/on-release.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
- uses: oprypin/find-latest-tag@v1
1515
with:
16-
repository: CastellaniDavide/create_structure
16+
repository: createstructure/createstructure
1717
releases-only: true
1818
id : latest
1919
- name: Set envirorment varible(s)
2020
run: |
21-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
21+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
2222
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
2323
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
2424
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -91,13 +91,13 @@ jobs:
9191
9292
- uses: oprypin/find-latest-tag@v1
9393
with:
94-
repository: CastellaniDavide/create_structure
94+
repository: createstructure/createstructure
9595
releases-only: true
9696
id : latest
9797

9898
- name: Set envirorment varible(s)
9999
run: |
100-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
100+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
101101
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
102102
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
103103
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -135,13 +135,13 @@ jobs:
135135
136136
- uses: oprypin/find-latest-tag@v1
137137
with:
138-
repository: CastellaniDavide/create_structure
138+
repository: createstructure/createstructure
139139
releases-only: true
140140
id : latest
141141

142142
- name: Set envirorment varible(s)
143143
run: |
144-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
144+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
145145
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
146146
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
147147
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -188,13 +188,13 @@ jobs:
188188

189189
- uses: oprypin/find-latest-tag@v1
190190
with:
191-
repository: CastellaniDavide/create_structure
191+
repository: createstructure/createstructure
192192
releases-only: true
193193
id : latest
194194

195195
- name: Set envirorment varible(s)
196196
run: |
197-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
197+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
198198
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
199199
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
200200
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"
@@ -221,12 +221,12 @@ jobs:
221221

222222
- uses: oprypin/find-latest-tag@v1
223223
with:
224-
repository: CastellaniDavide/create_structure
224+
repository: createstructure/createstructure
225225
releases-only: true
226226
id : latest
227227
- name: Set envirorment varible(s)
228228
run: |
229-
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/CastellaniDavide/create_structure/releases/latest | jq -r '.upload_url')"
229+
echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')"
230230
echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')"
231231
echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz"
232232
echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb"

0 commit comments

Comments
 (0)