Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byang committed Nov 8, 2024
1 parent aee3e1d commit 3d82075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
echo $file_content
echo "content=$file_content" >> $GITHUB_OUTPUT
echo "content=$file_content" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_OUTPUT
# To be continue for run ANsible script
- name: Run Ansible playbook
run: |
echo "${{ steps.get_ref.outputs.content }}"
echo "${{ env.content }}"
for content in "${{ steps.get_ref.outputs.content }}"
do
echo "$content"
Expand Down

0 comments on commit 3d82075

Please sign in to comment.