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 c14bc28 commit 3a1dc38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/get-originaltime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/checkout@v2

- name: Test print
if: contains(github.event.issue.labels.*.name, 'originaltime-')
run: |
for label in "${{ github.event.issue.labels.*.name }}"; do
if [[ "$label" == "originaltime-"* ]]; then
Expand Down

0 comments on commit 3a1dc38

Please sign in to comment.