Skip to content

Commit

Permalink
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya authored Jan 12, 2024
1 parent f962a08 commit 4f91e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: minikube kubectl get pods

- name: Set service url
run: echo '::set-output name=SERVICEURL::$(minikube service awx-service --url)'
run: echo 'SERVICEURL=$(minikube service awx-service --url)' >> $GITHUB_OUTPUT
id: service-url

- name: Display service url
Expand Down

0 comments on commit 4f91e6b

Please sign in to comment.