fix: remove the usage of -u flag (#8731)

This commit is contained in:
Muhammad Atif Ali
2023-07-26 01:54:42 +03:00
committed by GitHub
parent f07d2ff68d
commit 2c7d8ee06a
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Get PR number, title, and branch name
id: pr_info
run: |
set -euxo pipefail
set -exo pipefail
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
PR_NUMBER=${{ github.event.inputs.pr_number }}"
else