Skip to content

Commit

Permalink
Update meet-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Apr 30, 2024
1 parent 77d18c8 commit 291897c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/meet-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
echo "::set-output name=date::$(date -d "$day +$days_to_add days" +'%Y-%m-%d')"
fi
- name: Create monthly meeting issue
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Meeting [${{ steps.next-meeting.outputs.date }}]
content-filepath: .github/ISSUE_TEMPLATE/Meeting.md
labels: meeting
repository: osgeonepal/osgeonepal.github.io

0 comments on commit 291897c

Please sign in to comment.