Skip to content

Commit

Permalink
create actions sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Jun 21, 2024
1 parent 51e1450 commit 019e588
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

end-to-end-tests:
name: end-to-end-tests
uses: ./.github/workflows/end-to-end-tests.yml
uses: ./.github/actions/end-to-end-tests.yml
secrets: inherit
with:
checkout-ref: release/${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:

end-to-end-tests:
name: end-to-end-tests
uses: ./.github/workflows/end-to-end-tests.yml
uses: ./.github/actions/end-to-end-tests.yml
secrets: inherit

report-comment:
Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@
"line_number": 189
}
],
".github/workflows/end-to-end-tests.yml": [
".github/actions/end-to-end-tests.yml": [
{
"type": "Base64 High Entropy String",
"filename": ".github/workflows/end-to-end-tests.yml",
"filename": ".github/actions/end-to-end-tests.yml",
"hashed_secret": "97ed79340d21c99620980bc3a2ecf3a4064ae75c",
"is_verified": false,
"line_number": 25
Expand Down

0 comments on commit 019e588

Please sign in to comment.