File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Trigger a new import on Galaxy.
4040 run : >-
41- ansible-galaxy role import --token ${{ secrets.GALAXY_API_KEY }} -vvvvvvvv --role-name=$(echo ${{ github.repository }} | cut -d/ -f2 | sed 's/ansible-role-//' | sed 's/-/_/') $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
41+ ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
42+ $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
55
66# Changelog
77
8+ ## 16.0.2
9+
10+ - ** OTHER**
11+ - revert change in ` .github/workflows/release.yml `
12+
813## 16.0.1
914
1015- ** OTHER**
Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-wireguard/blob
6969
7070** Recent changes:**
7171
72+ ## 16.0.2
73+
74+ - ** OTHER**
75+ - revert change in ` .github/workflows/release.yml `
76+
7277## 16.0.1
7378
7479- ** OTHER**
You can’t perform that action at this time.
0 commit comments