Skip to content

Commit

Permalink
fix: output missing
Browse files Browse the repository at this point in the history
  • Loading branch information
martipoe authored Nov 20, 2024
1 parent 21654d1 commit 0a5e15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Test and get Ansible version
run: |
ANSIBLE_VERSION="$(docker run --rm ghcr.io/xima-media/debian-ansible:test ansible-community --version | cut -d' ' -f4-)"
echo "$ANSIBLE_VERSION"
echo "$ANSIBLE_VERSION" >> $GITHUB_ENV
id: test

Expand Down

0 comments on commit 0a5e15a

Please sign in to comment.