Skip to content

Commit

Permalink
no set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Apr 14, 2023
1 parent aea7163 commit 7a9dcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:

- name: Check RI expiration and create an issue if necessary
run: |
set -x
set +x
days_left=${{ inputs.days_left }}
if [[ "${{ inputs.dummy_end_time }}" != "" ]]; then
opts="--dummy-output --dummy-end-time ${{ inputs.dummy_end_time }}"
Expand Down

0 comments on commit 7a9dcc5

Please sign in to comment.