Skip to content

Commit

Permalink
Update dynamic-readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCZanchetta authored May 29, 2024
1 parent 6f33efd commit 1f6a39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dynamic-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/checkout@dev
uses: actions/checkout@main

- name: "💾 Github Repository Metadata"
uses: varunsridharan/action-repository-meta@dev
uses: varunsridharan/action-repository-meta@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "💫 Dynamic Template Render"
uses: varunsridharan/action-dynamic-readme@dev
uses: varunsridharan/action-dynamic-readme@main
with:
GLOBAL_TEMPLATE_REPOSITORY: $GITHUB_REPOSITORY
files: |
Expand Down

0 comments on commit 1f6a39e

Please sign in to comment.