Skip to content

Commit 37b1fd0

Browse files
authored
Replace deprecated command with environment file (#3576)
1 parent 14ebdc4 commit 37b1fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: contains(github.event.issue.body, 'nginx.ingress.kubernetes.io')
1616
run: |
1717
text="\n\n I\'ve parsed the text of your issue and it looks like you might be mixing up the two Ingress Controllers, please take a look at this [page](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-ingress-controllers) to see the differences between \`nginxinc/kubernetes-ingress\` (this repo) and \`kubernetes/ingress-nginx\`."
18-
echo "::set-output name=text::$text"
18+
echo "text=$text" >> $GITHUB_OUTPUT
1919
- name: Check if Issue author is Org member
2020
id: membercheck
2121
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0

0 commit comments

Comments
 (0)