Skip to content

Commit

Permalink
move percy-snapshot action into its own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina authored and bartaz committed Jun 18, 2024
1 parent abc346f commit e332e63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/percy-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout SCM
uses: actions/checkout@v4

- uses: ./.github/workflows/percy-snapshot
- uses: ./.github/actions/percy-snapshot
with:
branch_name: main
commitsh: ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-percy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Take snapshots & upload to Percy
id: percy_snapshot
uses: "./.github/workflows/percy-snapshot"
uses: "./.github/actions/percy-snapshot"
with:
branch_name: "pull/${{ steps.get_pr_data.outputs.pr_number }}"
pr_number: ${{ steps.get_pr_data.outputs.pr_number }}
Expand Down

0 comments on commit e332e63

Please sign in to comment.