Skip to content

Commit dd4a277

Browse files
committed
build: setup terminal session
1 parent 4e4c567 commit dd4a277

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update_pr_copyright_years.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
files=$(echo "$files" | tr '\n' ' ' | sed 's/^ //;s/ $//')
116116
echo "files=${files}" >> $GITHUB_OUTPUT
117117
118+
# Setup a terminal session:
119+
- name: 'Setup upterm session'
120+
# Pin action to full length commit SHA
121+
uses: lhotari/action-upterm@b0357f23233f5ea6d58947c0c402e0631bab7334 # v1.0.0
122+
118123
# Update the copyright years:
119124
- name: 'Update copyright years'
120125
id: update-years

0 commit comments

Comments
 (0)