ForNeVeR / ForNeVeR/Generaptor

Order in options

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
F#
Stars
50
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```fsharp
step(
name = "Cache artifacts",
uses = "actions/cache@v4",
options = Map.ofList [
"path", "artifacts"
"key", $"{platform}.{architecture}." + "${{ hashFiles('.github/cache-key.json') }}"
]
)
```

This leads to
```yml
- name: Cache artifacts
uses: actions/cache@v4
with:
key: linux.x86-64.${{ hashFiles('.github/cache-key.json') }}
path: artifacts
```

The order of options is reversed. We should consider an order-preserving variant if possible.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.