Skip to content

Commit

Permalink
Properly assign ref
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jan 24, 2023
1 parent 83adb35 commit 998e6e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/News.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs :

steps :

- name : Checkout
uses : actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}

- name : Run News Builder
uses : MarkedDown/[email protected]
Expand Down

0 comments on commit 998e6e4

Please sign in to comment.