influxdata / influxdata/influxdb-action
"Latest" gives errors
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 7
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
When I use the action as specified in the example it will result in an error
```
- id: setup-influx-cli
name: Setup InfluxDB Cli
uses: influxdata/influxdb-action@v3
with:
influxdb_version: latest
influxdb_start: false
```
results in
```
Run influxdata/influxdb-action@v3
Run export INFLUXDB_VERSION=latest
influxdb2_linux_amd64/README.md
influxdb2_linux_amd64/LICENSE
influxdb2_linux_amd64/influxd
cp: cannot stat 'influxdb2-2.7.1-linux-amd64/influxd': No such file or directory
rm: cannot remove 'influxdb2-2.7.1-linux-amd64/': No such file or directory
./
./LICENSE
./README.md
./influx
tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwx-----T: Operation not permitted
tar: Exiting with failure status due to previous errors
cp: cannot stat 'influxdb2-client-2.7.1-linux-amd64/influx': No such file or directory
rm: cannot remove 'influxdb2-client-2.7.1-linux-amd64/': No such file or directory
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided GitHub Actions example with influxdb_version set to latest, then inspect how the action handles that value and the downloaded archive paths. Done means the example completes without the missing-file, cleanup, or tar errors shown in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, shell
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100