Skip to content

Commit

Permalink
actions: update-flakes-macos -> update-flakes-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jan 7, 2024
1 parent 931b1f8 commit b3257e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
update-flakes-macos:
update-flakes-darwin:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: macos-13
steps:
Expand Down
2 changes: 1 addition & 1 deletion actions/update-flakes-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with constants;
workflow_dispatch = null;
};
jobs = {
update-flakes-macos = {
update-flakes-darwin = {
inherit (macos) runs-on;
"if" = "\${{ github.event.workflow_run.conclusion == 'success' }}";
steps = with steps; [
Expand Down

0 comments on commit b3257e5

Please sign in to comment.