Skip to content

Commit e40ffd9

Browse files
committed
whitespace
1 parent 4ef6338 commit e40ffd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/linux.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16-
- name: Get package artifacts
16+
- name: Get package artifacts
1717
with:
1818
uses: i3h/download-release-asset@v1
1919
owner: cli
@@ -35,8 +35,8 @@ jobs:
3535
chmod +x blobxfer
3636
- name: install reprepro
3737
run: sudo apt-get install -y reprepro
38-
- name: run reprepro
39-
run: |
38+
- name: run reprepro
39+
run: |
4040
echo "Importing pubkey..."
4141
cat conf/pubkey.asc | gpg --import --no-tty --batch --yes
4242
echo "Importing seckey..."
@@ -53,10 +53,10 @@ jobs:
5353
mkdir upload
5454
for file in \*.deb ; do /usr/bin/reprepro includedeb stable $file ; done
5555
56-
- name: "Select repo artifacts"
57-
# Select only final repo artifacts
58-
# (this makes reprepro runs stateless)
59-
- run: cp -a dists/ pool/ upload/
56+
- name: "Select repo artifacts"
57+
# Select only final repo artifacts
58+
# (this makes reprepro runs stateless)
59+
- run: cp -a dists/ pool/ upload/
6060
- name: upload to blob storage
6161
run: ./blobxfer upload --local-path upload/ --storage-account focusedelgamal --rmote-path '$web'
6262
env:

0 commit comments

Comments
 (0)