Skip to content

Commit

Permalink
Hawking dev (#37)
Browse files Browse the repository at this point in the history
* deleted test publish workflow

* Revert "deleted test publish workflow"

This reverts commit 159c473.

* ReadMe change

* Updated PR info with github sec
  • Loading branch information
ArulVendhan committed Jan 8, 2024
1 parent e1a1144 commit 3e279d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
if: steps.check.outputs.triggered == 'true'
id: pr_data
run: |
echo "::set-output name=branch::${{ fromJson(steps.request.outputs.data).head.ref }}"
echo "::set-output name=repo_name::${{ fromJson(steps.request.outputs.data).head.repo.full_name }}"
echo "::set-output name=repo_clone_url::${{ fromJson(steps.request.outputs.data).head.repo.clone_url }}"
echo "::set-output name=repo_ssh_url::${{ fromJson(steps.request.outputs.data).head.repo.ssh_url }}"
echo "::set-output name=branch::${{ secrets.HEAD_REF }}"
echo "::set-output name=repo_name::${{ secrets.HEAD_REPO_FULLNAME }}"
echo "::set-output name=repo_clone_url::${{ secrets.HEAD_REPO_URL }}"
echo "::set-output name=repo_ssh_url::${{ secrets.HEAD_REPO_SSHURL }}"
- name: Checkout PR Branch
if: steps.check.outputs.triggered == 'true'
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Given any date expression in a sentence, Hawking will apply standard language recognition and parser techniques to produce a list of corresponding dates with optional parse and syntax information.

It supports for almost every existing date format: absolute dates, relative dates(on Sunday, at 12 PM,
at 04/11/2021, etc).
at 04/11/2021, etc)

###### Here is sample input:
``` java
Expand Down

0 comments on commit 3e279d9

Please sign in to comment.