We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfa56b commit 6fff687Copy full SHA for 6fff687
1 file changed
.github/workflows/update-license-year.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
set -euo pipefail
23
24
- FILE="LICENSE.md"
+ FILE=$(ls LICENSE* | head -n 1)
25
YEAR="$(date -u +%Y)"
26
27
if [[ ! -f "$FILE" ]]; then
0 commit comments