Skip to content

Commit

Permalink
Update get-originaltime.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunridge authored Mar 8, 2024
1 parent 4b6a11a commit c9bf103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-originaltime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
run: |
labels="${{ toJson(github.event.issue.labels) }}"
echo "All Labels: $labels"
for label in $(echo "$labels" | jq -r 'map(select(has("name") and .name | startswith("originaltime-"))) | .[].name'); do
for label in labels; do
echo "Assigned Label: $label"
done

0 comments on commit c9bf103

Please sign in to comment.