We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4c567 commit dd4a277Copy full SHA for dd4a277
1 file changed
.github/workflows/update_pr_copyright_years.yml
@@ -115,6 +115,11 @@ jobs:
115
files=$(echo "$files" | tr '\n' ' ' | sed 's/^ //;s/ $//')
116
echo "files=${files}" >> $GITHUB_OUTPUT
117
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
+
123
# Update the copyright years:
124
- name: 'Update copyright years'
125
id: update-years
0 commit comments