Update directory where dependency check occurs
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
ed504340b2
commit
f1ee667fc2
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ jobs:
|
||||||
- name: Check if dependencies changed
|
- name: Check if dependencies changed
|
||||||
id: check-deps
|
id: check-deps
|
||||||
run: |
|
run: |
|
||||||
# Change to repository directory and get hash of Cargo.toml and Cargo.lock
|
# Change to backend directory and get hash of Cargo.toml and Cargo.lock
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITHUB_WORKSPACE/backend"
|
||||||
DEPS_HASH=$(sha256sum Cargo.toml Cargo.lock | sha256sum | cut -d' ' -f1)
|
DEPS_HASH=$(sha256sum Cargo.toml Cargo.lock | sha256sum | cut -d' ' -f1)
|
||||||
echo "deps_hash=$DEPS_HASH" >> $GITHUB_OUTPUT
|
echo "deps_hash=$DEPS_HASH" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue