Skip to content

Commit

Permalink
Replace deprecated command with environment file (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo committed Feb 23, 2023
1 parent 14ebdc4 commit 37b1fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: contains(github.event.issue.body, 'nginx.ingress.kubernetes.io')
run: |
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\`."
echo "::set-output name=text::$text"
echo "text=$text" >> $GITHUB_OUTPUT
- name: Check if Issue author is Org member
id: membercheck
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
Expand Down

0 comments on commit 37b1fd0

Please sign in to comment.