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 c107aba commit 4fea881Copy full SHA for 4fea881
2 files changed
.github/workflows/test.yml
@@ -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/publish@v0.0.15
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
0 commit comments