Fix directory where dependency check is performed from
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 36s
Some checks failed
Podman Rootless Demo / test-backend (push) Failing after 36s
This commit is contained in:
parent
23a8281f5f
commit
ed504340b2
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ jobs:
|
|||
- name: Check if dependencies changed
|
||||
id: check-deps
|
||||
run: |
|
||||
# Get hash of Cargo.toml and Cargo.lock
|
||||
# Change to repository directory and get hash of Cargo.toml and Cargo.lock
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
DEPS_HASH=$(sha256sum Cargo.toml Cargo.lock | sha256sum | cut -d' ' -f1)
|
||||
echo "deps_hash=$DEPS_HASH" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue