Skip to content

Commit

Permalink
move checkout action (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
gillettmoj authored Nov 12, 2024
1 parent eab8dd4 commit afab8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
semver_tag: ${{ steps.semver_tag.outputs.created_tag }}
specific_path: ${{ steps.variables.outputs.path }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v3

- name: get changed docs files in any folder
id: changed-files-docs
uses: tj-actions/changed-files@41ce994be96a740b53ae11ecbf86d1619a7bd640
with:
files: |
**/*.md
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v3
- name: extract variables for workflow
id: variables
run: |
Expand Down

0 comments on commit afab8a9

Please sign in to comment.