Skip to content

Commit 4cd851a

Browse files
committed
add test workflow
1 parent cb37426 commit 4cd851a

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

.github/workflows/test.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: test aptly upload-lint
2+
on:
3+
push:
4+
pull_request:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
aptly-upload:
11+
name: upload
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Publish to aptly server
15+
uses: neolynx/aptly-github-action/[email protected]
16+
with:
17+
directory: buildout
18+
aptly_server: https://aptly.info
19+
aptly_user: ${{ secrets.APTLY_USER }}
20+
aptly_password: ${{ secrets.APTLY_PASSWORD }}
21+

action.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)